Fixed the lack of whitespace between words
This commit is contained in:
parent
068ac0df82
commit
56caae9c47
@ -131,7 +131,7 @@ def run(args):
|
|||||||
if server is None:
|
if server is None:
|
||||||
if args.backend is not None:
|
if args.backend is not None:
|
||||||
log.init.warning("Backend from the running"
|
log.init.warning("Backend from the running"
|
||||||
"instance will be used")
|
" instance will be used")
|
||||||
sys.exit(usertypes.Exit.ok)
|
sys.exit(usertypes.Exit.ok)
|
||||||
else:
|
else:
|
||||||
server.got_args.connect(lambda args, target_arg, cwd:
|
server.got_args.connect(lambda args, target_arg, cwd:
|
||||||
|
Loading…
Reference in New Issue
Block a user