Skip to content

Commit

Permalink
Corrected multi line string
Browse files Browse the repository at this point in the history
  • Loading branch information
nkongenelly committed Aug 29, 2024
1 parent 9b4abd8 commit 4846874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arteria/models/runfolder_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def list_runfolders(monitored_directories, filter_key=lambda r: True):
if (
e.args[0]
== (
"File [Rr]unParameters.xml not found in runfolder"
"File [Rr]unParameters.xml not found in runfolder "
f"{monitored_runfolders_path}"
)
):
Expand Down

0 comments on commit 4846874

Please sign in to comment.