Add Python 3.6 setcomp and another call bug

This commit is contained in:
rocky
2018-04-01 07:09:24 -04:00
parent b54be24e14
commit 120412f5a8
7 changed files with 33 additions and 10 deletions

View File

@@ -165,6 +165,7 @@ def main(in_base, out_base, files, codes, outfile=None,
for filename in files:
infile = os.path.join(in_base, filename)
# print("XXX", infile)
if not os.path.exists(infile):
sys.stderr.write("File '%s' doesn't exist. Skipped\n"
% infile)