"print fields" change in rclexecm options had broken -s
This commit is contained in:
parent
b405f18835
commit
cb13b8b6df
@ -316,7 +316,7 @@ def main(proto, extract):
|
||||
ipath = b""
|
||||
|
||||
args = sys.argv[1:]
|
||||
opts, args = getopt.getopt(args, "dfhis:w:")
|
||||
opts, args = getopt.getopt(args, "dfhi:sw:")
|
||||
for opt, arg in opts:
|
||||
if opt in ['-d']:
|
||||
debugDumpData = True
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user