Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12477, comment 14


Ignore:
Timestamp:
Mar 29, 2017, 11:41:24 AM (7 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12477, comment 14

    initial v1  
    5454+    args = sys.argv[1:]
    5555+    if not args:
    56 +        sys.stderr.write('Usage: %s algorithm files...\n')
     56+        sys.stderr.write('Usage: %s algorithm files...\n' % sys.argv[0])
    5757+        return 2
    5858+    algorithms = args.pop(0).replace(':', ' ').split()