Skip to content

Commit 05010e5

Browse files
committed
expand tabs (SOFTWARE-4751)
1 parent 2b5b4bc commit 05010e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osg-comanage-project-usermap.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ def get_co_person_osguser(pid):
139139

140140
def parse_options(args):
141141
try:
142-
ops, args = getopt.getopt(args, 'u:d:f:e:o:h')
142+
ops, args = getopt.getopt(args, 'u:d:f:e:o:h')
143143
except getopt.GetoptError:
144-
usage()
144+
usage()
145145

146146
if args:
147147
usage("Extra arguments: %s" % repr(args))

0 commit comments

Comments
 (0)