Skip to content

Commit 53307ec

Browse files
committed
fixup
1 parent 9b32e46 commit 53307ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mig/server/createuser.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ def main(args, cwd, db_path=keyword_auto):
130130

131131
try:
132132
(opts, args) = parse_getopt_args(args, opt_args,
133-
help_by_argument=help_by_argument, name_by_argument=name_by_argument)
133+
help_by_argument=help_by_argument,
134+
name_by_argument=name_by_argument)
134135
except getopt.GetoptError as err:
135136
print('Error: ', err.msg)
136137
usage()
@@ -187,9 +188,6 @@ def main(args, cwd, db_path=keyword_auto):
187188
print('Error: %s not supported!' % opt)
188189
sys.exit(1)
189190

190-
print("HURRAH")
191-
exit(1)
192-
193191
if conf_path and not os.path.isfile(conf_path):
194192
print('Failed to read configuration file: %s' % conf_path)
195193
sys.exit(1)

0 commit comments

Comments
 (0)