Skip to content

Commit

Permalink
pylint minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghantoos committed Nov 16, 2024
1 parent afdbf0b commit edb97fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lshell/shellcmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ def do_exit(self, arg=None):
else:
# Warn the user and list the stopped jobs
print(
"There are stopped jobs. Use 'jobs' to list them or 'exit' to stop them and exit shell."
"There are stopped jobs. Use 'jobs' to list them or 'exit' "
"to stop them and exit shell."
)
self.kill_jobs_at_exit = True
return # Return to the shell prompt instead of exiting
Expand Down

0 comments on commit edb97fe

Please sign in to comment.