Skip to content

Commit

Permalink
Remove unnecessary line break
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Shephard <n.shephard@sheffield.ac.uk>
  • Loading branch information
SylviaWhittle and ns-rse authored Jan 24, 2024
1 parent 404c26a commit afb19e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topofileformats/asd.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def load_asd(file_path: Path, channel: str):
pixel_to_nanometre_scaling_factor = pixel_to_nanometre_scaling_factor_x

if channel == header_dict["channel1"]:
logger.info(f"Requested channel {channel} matches first channel in file: " f"{header_dict['channel1']}")
logger.info(f"Requested channel {channel} matches first channel in file: {header_dict['channel1']}")
elif channel == header_dict["channel2"]:
logger.info(f"Requested channel {channel} matches second channel in file: " f"{header_dict['channel2']}")

Expand Down

0 comments on commit afb19e8

Please sign in to comment.