Skip to content

Commit

Permalink
Fix argument and init for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
eigerx committed Jun 27, 2024
1 parent 8dae196 commit 705ee46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/cli/cmd/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def update_graph_run(

@click.command(cls=PipetaskCommand)
@repo_argument()
@click.argument()
@click.argument("qgraphs", nargs=-1)
@click.option("--collections", default=None, help="Collections to resolve duplicate datasets in.")
@click.option("--where", default="", help="where")
@click.option("--full-output-filename", default="", help="Output report as a yaml file with this name.")
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/ctrl/mpexec/cli/script/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from .pre_exec_init_qbb import pre_exec_init_qbb
from .purge import PurgeResult, purge
from .qgraph import qgraph
from .report import report
from .report import report, report_v2
from .run import run
from .run_qbb import run_qbb
from .update_graph_run import update_graph_run

0 comments on commit 705ee46

Please sign in to comment.