diff --git a/src/qtoolkit/io/sge.py b/src/qtoolkit/io/sge.py index 5c21943..f9e7107 100644 --- a/src/qtoolkit/io/sge.py +++ b/src/qtoolkit/io/sge.py @@ -313,7 +313,7 @@ def parse_jobs_list_output(self, exit_code, stdout, stderr) -> list[QJob]: # Ensure elements exist # (==> xml file created via -u option, - # tag doesn't exit when created with -j option) + # tag doesn't exist when created with -j option) root_element = xmldata.documentElement if root_element.tagName != "job_info": raise OutputParsingError(