Skip to content

Commit

Permalink
cast back at dump
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Apr 26, 2024
1 parent 1a1dcef commit e28d4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def write_toml(
)

with open(toml_file, "w") as f:
toml.dump(toml_dict, f)
toml.dump(dict(toml_dict), f)

return readme_mgr

Expand Down

0 comments on commit e28d4eb

Please sign in to comment.