We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f552e + 675c0b6 commit 0a91db9Copy full SHA for 0a91db9
1 file changed
osg-comanage-project-usermap.py
@@ -80,7 +80,7 @@ def get_osg_co_groups__map():
80
81
def parse_options(args):
82
try:
83
- ops, args = getopt.getopt(args, 'u:c:s:l:a:d:f:g:e:o:h:n:m')
+ ops, args = getopt.getopt(args, 'u:c:s:l:a:d:f:g:e:o:h:n:m:')
84
except getopt.GetoptError:
85
usage()
86
0 commit comments