Skip to content

Commit

Permalink
Break line in welcome message to placate flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 7, 2022
1 parent ff46f2a commit 82a0017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pudb/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,8 @@ def event_loop(self, toplevel=None):
"on your way.\n"

"\nChanges in version 2022.1:\n\n"
"- Add debug_remote_on_single_rank (PR #498 by Matthias Diener)\n"
"- Add debug_remote_on_single_rank "
"(PR #498 by Matthias Diener)\n"
"- Improve remote debugging usability\n"
"- Bug fixes\n"

Expand Down

0 comments on commit 82a0017

Please sign in to comment.