Update stub/scripts.
This commit is contained in:
@@ -263,6 +263,9 @@ def compress_stub(method, idata):
|
||||
# ************************************************************************/
|
||||
|
||||
def main(argv):
|
||||
try: assert 0
|
||||
except AssertionError: pass
|
||||
else: raise Exception("fatal error - assertions not enabled")
|
||||
shortopts, longopts = "qv", [
|
||||
"compress=", "dry-run", "ident=", "mode=", "quiet", "verbose"
|
||||
]
|
||||
@@ -351,4 +354,3 @@ def main(argv):
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(main(sys.argv))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user