Update stack
This commit is contained in:
parent
4170f9e7a5
commit
4b053519c8
4
stack
4
stack
@ -40,8 +40,8 @@ from devstack.progs import actions
|
||||
def main():
|
||||
args = opts.parse()
|
||||
try:
|
||||
ran_ok = actions.run(args)
|
||||
if not ran_ok:
|
||||
started_ok = actions.run(args)
|
||||
if not started_ok:
|
||||
me = utils.color_text((os.path.basename(sys.argv[0])), "red", True)
|
||||
me += " " + utils.color_text('--help', 'red')
|
||||
print("Perhaps you should try %s" % (me))
|
||||
|
Loading…
x
Reference in New Issue
Block a user