We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cc52f commit 8054597Copy full SHA for 8054597
1 file changed
src/rhdh_dynamic_plugin_factory/cli.py
@@ -77,7 +77,7 @@ def create_parser() -> argparse.ArgumentParser:
77
parser.add_argument(
78
"--output-dir",
79
type=Path,
80
- default=Path("/output"),
+ default=Path("/outputs"),
81
help="Path to the output directory"
82
)
83
@@ -198,4 +198,4 @@ def main():
198
199
200
if __name__ == "__main__":
201
- main()
+ main()
0 commit comments