mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
chdtest.py: log the unsupported mode (nw)
This commit is contained in:
parent
e1cb7f6788
commit
e54de28bf9
@ -169,7 +169,7 @@ for root, dirs, files in os.walk(inputPath):
|
||||
elif command == "copy":
|
||||
inFile += ".chd"
|
||||
else:
|
||||
print "unsupported mode"
|
||||
print "unsupported mode '%s'" % command
|
||||
continue
|
||||
if os.path.exists(inFile):
|
||||
cmd = [chdmanBin, command, "-f", "-i", inFile, "-o", tempFile] + params
|
||||
|
Loading…
Reference in New Issue
Block a user