Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Ooops... (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Dec 12, 2018
1 parent e18d43e commit 083a0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ai/backend/client/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,10 @@ def start(args):
sys.exit(1)
else:
if kernel.created:
print_info('Session ID {0} is already running and ready.'
print_info('Session ID {0} is created and ready.'
.format(session_id))
else:
print_info('Session ID {0} is created and ready.'
print_info('Session ID {0} is already running and ready.'
.format(session_id))


Expand Down

0 comments on commit 083a0a9

Please sign in to comment.