We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b2937 commit 25d25f4Copy full SHA for 25d25f4
python/lsst/ctrl/mpexec/cli/pipetask.py
@@ -43,7 +43,7 @@ class PipetaskCLI(LoaderCLI):
43
localCmdPkg = "lsst.ctrl.mpexec.cli.cmd"
44
45
46
-@click.command(cls=PipetaskCLI, context_settings=dict(help_option_names=["-h", "--help"]))
+@click.command(cls=PipetaskCLI, context_settings=dict(help_option_names=["-h", "--help"])) # type: ignore
47
@log_level_option()
48
@long_log_option()
49
@log_file_option()
0 commit comments