Merge pull request #78 from jlugjb/patch-1

fix bug : not generate all files when use "-ro"
This commit is contained in:
R. Bernstein
2017-01-11 07:06:10 -05:00
committed by GitHub

View File

@@ -143,6 +143,7 @@ def main(in_base, out_base, files, codes, outfile=None,
# Try to uncompile the input file
try:
decompile_file(infile, outstream, showasm, showast, showgrammar)
outfile = None
tot_files += 1
except (ValueError, SyntaxError, ParserError, pysource.SourceWalkerError) as e:
sys.stdout.write("\n")