Removed continue

This commit is contained in:
Andrew Murray 2024-05-17 08:04:20 +10:00
parent 1036aa74a7
commit 2a703a2d4c

View File

@ -3371,7 +3371,6 @@ def open(
except (SyntaxError, IndexError, TypeError, struct.error) as e:
if WARN_POSSIBLE_FORMATS:
warning_messages.append(i + " opening failed. " + str(e))
continue
except BaseException:
if exclusive_fp:
fp.close()