From 08e4d03e2453ae35fc41bea0e839c80f323e6730 Mon Sep 17 00:00:00 2001 From: "Antonello, Dr. Massimiliano" <massimiliano.antonello@uni-hamburg.de> Date: Thu, 24 Oct 2024 10:28:09 +0200 Subject: [PATCH] small change to the text color --- user/sumlab_auto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/sumlab_auto.py b/user/sumlab_auto.py index 8801a5f..9fb3684 100644 --- a/user/sumlab_auto.py +++ b/user/sumlab_auto.py @@ -69,7 +69,7 @@ print("=======================================\033[0m") # Loop thorough files for i, (file, path) in enumerate(files_to_fit): - print("\033[95mFitting: {:s}\033[0m".format(file)) + print("Fitting: \033[95m{:s}\033[0m".format(file)) V = float(file.split('deg')[1].split('V')[0].replace('_', '.')) f_tau_hmt = f_tau(V, V_bd_hmt, V_0_hmt) -- GitLab