Skip to content

Commit

Permalink
remove redundant pep_config arg
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Nov 30, 2023
1 parent bd1bd85 commit 9577e2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion looper/cli_looper.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ def main(test_args=None):
project_dict=PEPHubClient()._load_raw_pep(
registry_path=args.config_file
),
pep_config=args.config_file,
**{
attr: getattr(args, attr) for attr in CLI_PROJ_ATTRS if attr in args
},
Expand Down

0 comments on commit 9577e2b

Please sign in to comment.