Skip to content

Commit 46447e8

Browse files
authored
Update 30_ssh_keys.py
1 parent 5d48e32 commit 46447e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts.d/30_ssh_keys.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
exit(0)
23

34
# Obtain the public ssh keys of each of the public members of open-learning-exchange organization
45

@@ -24,4 +25,4 @@
2425
else:
2526
print("info: user %s has NO keys" % member)
2627
for key in keys:
27-
keylog.write("%s %s\n" % (key.strip(), member))
28+
keylog.write("%s %s\n" % (key.strip(), member))

0 commit comments

Comments
 (0)