Skip to content

Commit

Permalink
Merge pull request #834 from Ana06/fix-send-pr
Browse files Browse the repository at this point in the history
[CI] Fix "send PR" automation
  • Loading branch information
Ana06 authored Jan 15, 2024
2 parents 9775211 + 31802a5 commit 1f876e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/create_package_template_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():

cmd_args = list()
for k, v in pkg.items():
if k == "why":
if k in ("why", "dependencies"):
continue
cmd_args.append(f"--{k}")
cmd_args.append(f"{v}")
Expand Down

0 comments on commit 1f876e9

Please sign in to comment.