MarkHedleyJones / dmenu-extended

An extension to dmenu for quickly opening files and folders.
MIT License
390 stars 33 forks source link

Fix code causing flake8 exception E722 (do not use bare 'except') #149

Open MarkHedleyJones opened 2 years ago

MarkHedleyJones commented 2 years ago

This has been added as an exception in main.py but should be fixed by listing the exception that is expected.