mirror of
https://github.com/notwa/mm
synced 2025-01-02 17:08:06 -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:
|
except Exception as e:
|
||||||
lament(fn, e)
|
lament(fn, e)
|
||||||
kind = None
|
kind = None
|
||||||
else:
|
if kind is not None:
|
||||||
fn += '.' + kind
|
fn += '.' + kind
|
||||||
dump_as(data, fn, size)
|
dump_as(data, fn, size)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue