"print fields" change in rclexecm options had broken -s

This commit is contained in:
Jean-Francois Dockes 2021-01-15 14:06:52 +01:00
parent b405f18835
commit cb13b8b6df

View File

@ -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