mirror of
https://github.com/notwa/mm
synced 2024-11-05 00:19:02 -08:00
Revert "incredibly insignificant code cleanup"
This reverts commit c0eaf7b8a7
.
This commit is contained in:
parent
074b021fd3
commit
b4d1d3e0ff
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
|
||||
else:
|
||||
if kind is not None:
|
||||
fn += '.' + kind
|
||||
dump_as(data, fn, size)
|
||||
|
||||
|
|
Loading…
Reference in a new issue