mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
make --dry output more consistent
This commit is contained in:
parent
785227e3c6
commit
b835a5912f
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ def diff(new_version: str, file_patterns: config.PatternsByFilePath) -> str:
|
|||
|
||||
full_diff = ""
|
||||
file_path: str
|
||||
for file_path, patterns in file_patterns.items():
|
||||
for file_path, patterns in sorted(file_patterns.items()):
|
||||
with io.open(file_path, mode="rt", encoding="utf-8") as fh:
|
||||
content = fh.read()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue