Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Jan 17, 2025
1 parent 3557328 commit f617226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtoolkit/io/sge.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def parse_jobs_list_output(self, exit_code, stdout, stderr) -> list[QJob]:

# Ensure <job_info> 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(
Expand Down

0 comments on commit f617226

Please sign in to comment.