Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3775895
D1698.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
322 B
Referenced Files
None
Subscribers
None
D1698.diff
View Options
diff --git a/utils/next-uid.py b/utils/next-uid.py
--- a/utils/next-uid.py
+++ b/utils/next-uid.py
@@ -18,7 +18,7 @@
def get_shellusers(filename, key):
with open(filename) as stream:
data = yaml.load(stream)
- return data['shellusers']
+ return data[key]
def get_uids(users, threshold):
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 20:20 (21 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263154
Default Alt Text
D1698.diff (322 B)
Attached To
Mode
D1698: Fix unused variable issue
Attached
Detach File
Event Timeline
Log In to Comment