We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aca2f45 + 03e4794 commit 327e158Copy full SHA for 327e158
src/DIRAC/Interfaces/scripts/dirac_wms_job_status.py
@@ -58,6 +58,7 @@ def main():
58
print("JobID=" + str(job), end=" ")
59
for status in result["Value"][job].items():
60
print("%s=%s;" % status, end=" ")
61
+ print()
62
else:
63
print(f"ERROR: {result['Message']}")
64
DIRACExit(2)
0 commit comments