Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5ad54db

Browse filesBrowse files
committed
fix f-sdtring limitation
1 parent 6a10db3 commit 5ad54db
Copy full SHA for 5ad54db

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎diff.py

Copy file name to clipboardExpand all lines: diff.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.