Skip to content

Commit

Permalink
analysis arg no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
AryazE committed Jul 19, 2024
1 parent 68bdd61 commit d705f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dynapyt/run_instrumentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def process_files(cmd_list, file_path):
"--analysis",
help="Analysis class(es) (full dotted path)",
nargs="+",
required=True,
)
parser.add_argument(
"--analysisFile",
Expand Down

0 comments on commit d705f9e

Please sign in to comment.