Browse Source

Merge remote-tracking branch 'origin/master'

pull/17/head
80002462 5 years ago
parent
commit
631b9d19f5
  1. 1
      app.py

1
app.py

@ -91,6 +91,7 @@ for path in args.input:
continue continue
if os.path.isdir(path): if os.path.isdir(path):
files += [os.path.join(path, name) for name in os.listdir(path) if os.path.splitext(name)[-1] == '.ncm'] files += [os.path.join(path, name) for name in os.listdir(path) if os.path.splitext(name)[-1] == '.ncm']
print(files)
else: else:
files += [path] files += [path]

Loading…
Cancel
Save