mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 12:23:44 +01:00
txtp_dumper: fix empty lists exception
This commit is contained in:
parent
ddeecbff7f
commit
aab1c498a5
@ -119,7 +119,7 @@ class App(object):
|
|||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
if not count:
|
if not count:
|
||||||
print("%s: no .txtp found" % (filename, count))
|
print("%s: no .txtp found" % (filename))
|
||||||
else:
|
else:
|
||||||
print("%s: total %i .txtp" % (filename, count))
|
print("%s: total %i .txtp" % (filename, count))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user