Skip to content

Commit

Permalink
fix config_file namespace and pep-config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 28, 2023
1 parent 8703d23 commit 8bfeaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions looper/cli_looper.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def add_subparser(cmd):
)

init_subparser.add_argument(
"pep-config", help="Project configuration file (PEP)"
"pep_config", help="Project configuration file (PEP)"
)

init_subparser.add_argument(
Expand Down Expand Up @@ -571,7 +571,7 @@ def main(test_args=None):
return int(
not initiate_looper_config(
dotfile_path(),
args.config_file,
args.pep_config,
args.output_dir,
args.sample_pipeline_interfaces,
args.project_pipeline_interfaces,
Expand Down

0 comments on commit 8bfeaab

Please sign in to comment.