From 57758cb4d67554be090aa10aa4b8b287874e3e98 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sat, 1 Oct 2022 13:52:08 +1300 Subject: [PATCH] Fix a typo --- autosubmit/monitor/monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autosubmit/monitor/monitor.py b/autosubmit/monitor/monitor.py index 8ddb95c50..af71ea9fb 100644 --- a/autosubmit/monitor/monitor.py +++ b/autosubmit/monitor/monitor.py @@ -365,7 +365,7 @@ class Monitor: except: pass - Log.printlog("{0}\nSpecified output doesn't have an available viewer installed or graphviz is not installed. The output was only writted in txt".format(message),7014) + Log.printlog("{0}\nSpecified output doesn't have an available viewer installed or graphviz is not installed. The output was only written in txt".format(message),7014) def generate_output_txt(self, expid, joblist, path, classictxt=False, job_list_object=None): -- GitLab