From 74109222442a153366f347105c28ec644b67f27e Mon Sep 17 00:00:00 2001 From: Martin Craig Date: Wed, 10 Jan 2024 09:46:09 +0000 Subject: [PATCH] Trivial logging fix --- oxasl/m0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxasl/m0.py b/oxasl/m0.py index 8083313..8f01277 100755 --- a/oxasl/m0.py +++ b/oxasl/m0.py @@ -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: