diff --git a/autosubmit/monitor/monitor.py b/autosubmit/monitor/monitor.py index 8ddb95c505cdd2a069779d0054714b4ab6ea34c5..af71ea9fb985a3ffbbd205b54ea27b5b57e64c8b 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):