Change exception

main
Bob Mottram 2022-08-22 21:19:20 +01:00
parent 1f0b1601ce
commit 54bd5f802f
1 changed files with 1 additions and 1 deletions

View File

@ -1208,7 +1208,7 @@ def _remove_tags_for_nickname(base_dir: str, nickname: str,
continue continue
try: try:
tag_filename = os.path.join(directory, filename) tag_filename = os.path.join(directory, filename)
except BaseException: except OSError:
print('EX: _remove_tags_for_nickname unable to join ' + print('EX: _remove_tags_for_nickname unable to join ' +
str(directory) + ' ' + str(filename)) str(directory) + ' ' + str(filename))
continue continue