1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-02 23:33:23 -07:00

incredibly insignificant code cleanup

This commit is contained in:
Connor Olding 2020-07-29 16:18:28 +02:00
parent 6ec6fc37c4
commit c0eaf7b8a7

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)