1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-04-23 12:40:45 -07:00

Revert "incredibly insignificant code cleanup"

This reverts commit c0eaf7b8a7.
This commit is contained in:
Connor Olding 2020-08-04 11:58:41 +02:00
parent 074b021fd3
commit b4d1d3e0ff

View File

@ -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)