Path (and PathSimulator): Trim trailing Newlines

This commit is contained in:
luzpaz
2024-07-13 16:14:38 +00:00
committed by wwmayer
parent c8fed4a80c
commit 63bbbf2bd3
3 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ class Generic(PostProcessor):
def tooltip(self):
tooltip = """
This is a generic post processor.
This is a generic post processor.
It doesn't do anything yet because we haven't immplemented it.
Implementing it would be a good idea