Skip to content

Commit

Permalink
Add newline after log header
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fish committed Oct 18, 2024
1 parent 5bf94b9 commit 5cd6a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sim_recon/otfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def psf_to_otf(
"This output can be recreated with the following command:",
_create_sim_otf_call(tiff_path, **make_otf_kwargs),
"-" * 80,
"The text below is the output from cudasirecon's makeotf",
"The text below is the output from cudasirecon's makeotf\n",
)
)
)
Expand Down
2 changes: 1 addition & 1 deletion src/sim_recon/recon.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def reconstruct_from_processing_info(processing_info: ProcessingInfo) -> Process
"Config used:",
processing_info.config_path.read_text().strip(),
sep,
"The text below is the output from cudasirecon",
"The text below is the output from cudasirecon\n",
)
)
)
Expand Down

0 comments on commit 5cd6a65

Please sign in to comment.