mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 11:18:31 +01:00
txtp segmenter: fix multiple files
This commit is contained in:
parent
2ca0c1746a
commit
83f22295d6
@ -78,7 +78,7 @@ def get_txtp_name(args, file):
|
||||
txtp_name = os.path.splitext(os.path.basename(file))[0]
|
||||
|
||||
else:
|
||||
txtp_name = os.path.splitext(os.path.basename(args.files))[0]
|
||||
txtp_name = os.path.splitext(os.path.basename(file))[0]
|
||||
|
||||
txtp_name = txtp_name.replace('*', '')
|
||||
txtp_name = txtp_name.replace('?', '')
|
||||
|
Loading…
x
Reference in New Issue
Block a user