Skip to content

Commit

Permalink
Merge pull request #8032 from fstagni/fixSpace
Browse files Browse the repository at this point in the history
[8.0] fix: restored empty line
  • Loading branch information
fstagni authored Feb 4, 2025
2 parents f0e95d7 + 7eb4fce commit 18fce1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/Interfaces/scripts/dirac_wms_job_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def main():
print("JobID=" + str(job), end=" ")
for status in result["Value"][job].items():
print("%s=%s;" % status, end=" ")
print()
else:
print(f"ERROR: {result['Message']}")
DIRACExit(2)
Expand Down

0 comments on commit 18fce1a

Please sign in to comment.