incredibly insignificant code cleanup

This commit is contained in:
Connor Olding 2020-07-29 16:18:28 +02:00
parent 6ec6fc37c4
commit c0eaf7b8a7
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def dump_wrap(data, fn, size):
except Exception as e:
lament(fn, e)
kind = None
if kind is not None:
else:
fn += '.' + kind
dump_as(data, fn, size)