Skip to content

Commit

Permalink
(debug 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 5, 2024
1 parent 50d84f6 commit 202b63f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,11 +656,12 @@ def main(
args.token,
args.commit_message,
GHAInput(
python_min=args.python_min,
**{
k: v
for k, v in vars(args).items()
# use arg if it has non-falsy value -- otherwise, use default
if k in dataclasses.fields(GHAInput) and v
}
},
),
)

0 comments on commit 202b63f

Please sign in to comment.