Skip to content

Commit 0a91db9

Browse files
authored
Merge pull request #28 from opensciencegrid/mwestphall-patch-1
Fix parsing options in usermap.py
2 parents c4f552e + 675c0b6 commit 0a91db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osg-comanage-project-usermap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_osg_co_groups__map():
8080

8181
def parse_options(args):
8282
try:
83-
ops, args = getopt.getopt(args, 'u:c:s:l:a:d:f:g:e:o:h:n:m')
83+
ops, args = getopt.getopt(args, 'u:c:s:l:a:d:f:g:e:o:h:n:m:')
8484
except getopt.GetoptError:
8585
usage()
8686

0 commit comments

Comments
 (0)