We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a10db3 commit 5ad54dbCopy full SHA for 5ad54db
diff.py
@@ -167,7 +167,7 @@ def diff_package_dicts(dict1_in, dict2_in):
167
)
168
if upgraded_list:
169
text += (
170
- f"Upgraded packages:\r\n\r\n{''.join(upgraded_list}\r\n"
+ "Upgraded packages:\r\n\r\n"+f"{''.join(upgraded_list)}"+"\r\n"
171
172
# Removed packages
173
removed = sorted(set1 - set2)
0 commit comments