chdtest.py: log the unsupported mode (nw)

This commit is contained in:
Oliver Stöneberg 2014-03-06 14:32:03 +00:00
parent e1cb7f6788
commit e54de28bf9

View File

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