DescriptionSeveral improvements to create_nmf.py
Add -v/--verbose so you can see what the tool is doing.
Fix for StageDependencies so that it treats the main files
in the same special way that _GenerateManifest does. The
current behavior creates duplicate nested copies of
of the all main (.nexe) files you pass it.
Remove trailing whitespace.
Add a __repr__ for ArchFile so printing them is less opaque.
Remove ErrorOut in favor of Error exception. Calling
sys.exit() all over the place makes things like unit testing
harder. Error exception is now caught in the main entry
point so the user doesn't see stack traces for errors.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149557
Patch Set 1 #Patch Set 2 : #
Total comments: 20
Patch Set 3 : fixed mostly style stuff #Patch Set 4 : ignore EEXISTS exception from makedirs. also add --debug/-d option #Patch Set 5 : function attributes are not internal to the function so don't have "_" on them #Messages
Total messages: 8 (0 generated)
|