Skip to content

Commit

Permalink
removing some debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Dec 13, 2024
1 parent 622fc15 commit 9ab7041
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qtoolkit/io/sge.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,6 @@ def parse_jobs_list_output(self, exit_code, stdout, stderr) -> list[QJob]:
# Handle job_list.xml structure
job_elements = xmldata.getElementsByTagName("element")
else:
# Debugging: Print the root element and XML content if no jobs found
print("Root element:", xmldata.documentElement.tagName)
print("XML data:", stdout)
raise OutputParsingError("No recognizable job elements found in XML data")

for job_element in job_elements:
Expand Down

0 comments on commit 9ab7041

Please sign in to comment.