Page MenuHomeDevCentral

D1698.diff
No OneTemporary

D1698.diff

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

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)

Event Timeline