Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nemacysts committed Jan 9, 2025
1 parent ea48661 commit 6da1668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron/config/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def get_hash(self, name) -> str:
# TODO: consider storing the hash alongside the config so that we only calculate
# hashes once?
return hash_digest(
yaml.dumps(
yaml.dump(
self.get_config_name_mapping()[name],
# ensure that the keys are always in a stable order
sort_keys=True,
Expand Down

0 comments on commit 6da1668

Please sign in to comment.