Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115123
D13747.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
528 B
Subscribers
None
D13747.diff
View Options
diff --git a/cmake/utils/gen-ninja-deps.py b/cmake/utils/gen-ninja-deps.py
--- a/cmake/utils/gen-ninja-deps.py
+++ b/cmake/utils/gen-ninja-deps.py
@@ -164,10 +164,10 @@
if len(d) == 0:
continue
- str = f"{t.decode()}: \\\n "
- str += " \\\n ".join(sorted(x.decode() for x in d))
+ dump_str = f"{t.decode()}: \\\n "
+ dump_str += " \\\n ".join(sorted(x.decode() for x in d))
- print(str)
+ print(dump_str)
# Collapse everything under the base target.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 09:53 (7 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187258
Default Alt Text
D13747.diff (528 B)
Attached To
D13747: [lint] Fix variables shadowing python builtins in gen-ninja-deps.py
Event Timeline
Log In to Comment