CensoredUsername / unrpyc

A ren'py script decompiler
Other
864 stars 157 forks source link

Try *all* scripts when passing in wildcards without --clobber #7

Closed mwchase closed 11 years ago

mwchase commented 11 years ago

Previously, passing the scripts as /path/to/scripts/*.rpyc would cause sys.exit to be called if ANY of the corresponding .rpy files already existed, which makes it harder to bulk-decompile directories that contain some non-compiled files.