Skip to content

Commit 5ad54db

Browse files
committed
fix f-sdtring limitation
1 parent 6a10db3 commit 5ad54db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def diff_package_dicts(dict1_in, dict2_in):
167167
)
168168
if upgraded_list:
169169
text += (
170-
f"Upgraded packages:\r\n\r\n{''.join(upgraded_list}\r\n"
170+
"Upgraded packages:\r\n\r\n"+f"{''.join(upgraded_list)}"+"\r\n"
171171
)
172172
# Removed packages
173173
removed = sorted(set1 - set2)

0 commit comments

Comments
 (0)