Skip to content

Commit

Permalink
Trivial logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraig-ibme committed Jan 10, 2024
1 parent 93979a7 commit 7410922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxasl/m0.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def run(wsp):
wsp.calibration.user.m0 = wsp.calib_m0img
wsp.calibration.calib_method = ["user"]
elif wsp.calib is None:
wsp.log.write(" - No calibration image and no M0 specified - calibration will not be performed")
wsp.log.write(" - No calibration image and no M0 specified - calibration will not be performed\n")
wsp.calibration.calib_method = []

if "voxelwise" in wsp.calibration.calib_method:
Expand Down

0 comments on commit 7410922

Please sign in to comment.