-
Bug
-
Resolution: Fixed
-
Low
-
None
-
None
-
None
Importance: low.
picard crashes in non-existing directories with the following error message:
Traceback (most recent call last): File "/usr/local/bin/picard", line 5, in <module> main('/usr/share/locale', True) File "/usr/local/lib64/python3.12/site-packages/picard/tagger.py", line 1508, in main picard_args = process_picard_args() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib64/python3.12/site-packages/picard/tagger.py", line 1472, in process_picard_args x = os.path.abspath ^^^^^^^^^^^^^^^^^^ File "<frozen posixpath>", line 423, in abspath FileNotFoundError: [Errno 2] No such file or directory
Of course this doesn't happen that often, but it should throw a decent error message.
To reproduce: mkdir foobar; cd foobar; sleep 10; picard .
And whilst waiting open another terminal and rm foobar.