Skip to content

Commit 675c0b6

Browse files
authored
Fix parsing options in usermap.py
1 parent c4f552e commit 675c0b6

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)