mirror of
https://github.com/notwa/mm
synced 2024-11-05 02:29:03 -08:00
incredibly insignificant code cleanup
This commit is contained in:
parent
6ec6fc37c4
commit
c0eaf7b8a7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue