Commit 3ca1cb47 authored by Michal Čihař's avatar Michal Čihař

Remove no longer used variable

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ad64ed73
......@@ -53,7 +53,7 @@ def register_fileformat(fileformat):
try:
fileformat.get_class()
FILE_FORMATS[fileformat.format_id] = fileformat
except (AttributeError, ImportError) as error:
except (AttributeError, ImportError):
pass
return fileformat
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment