Commit 1483c16a authored by Blais, Chris's avatar Blais, Chris
Browse files

FIXUP: action for overwrite cmd arg wrong

parent b24196e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -347,7 +347,7 @@ if __name__ == "__main__":
    )

    parser.add_argument(
        '--overwrite', action='store_false', help='overwrite existing pickle file'
        '--overwrite', action='store_true', help='overwrite existing pickle file'
        )
    # run_soar_comparison.py --sysname="pilot" 
    # 3. Parse the arguments from the command line