From 362b3ff4fe1f701a8bf1fb24b4587212f3864919 Mon Sep 17 00:00:00 2001
From: JupyterHub User <1myhisij@jupyter.rwth-aachen.de>
Date: Mon, 18 Sep 2023 09:57:18 +0000
Subject: [PATCH] part3

---
 hp4155/measurements.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hp4155/measurements.py b/hp4155/measurements.py
index 606723c..c8267b9 100644
--- a/hp4155/measurements.py
+++ b/hp4155/measurements.py
@@ -414,7 +414,7 @@ def tlm_final(innen=0,distances=(5,10,15,25,45),field_name ='M00',start=-50*10**
                 path= os.path.join(location,file_name)
                 i=i+1
             
-        title = "measured field:"+field_name+"\nInnen radius:"+str(innen)+"µm \ndistance:"+str(distances[j])+"µm\nI:"+str(start)+"A to "+str(stop)+"A with step:"+str(step)+"\nDate:"+date+"\n"
+        title = "measured field:"+field_name+"\nInnen radius:"+str(innen)+"µm \ndistance:"+str(distances[j])+"µm \nI:"+str(start)+"A to "+str(stop)+"A with step:"+str(step)+"\nDate:"+date+"\n"
         
         f=open(path, 'a')
         f.write(title)
-- 
GitLab