Skip to content

Commit 327e158

Browse files
authored
Merge pull request #8033 from DIRACGridBot/cherry-pick-2-18fce1a7a-integration
[sweep:integration] fix: restored empty line
2 parents aca2f45 + 03e4794 commit 327e158

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/Interfaces/scripts/dirac_wms_job_status.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def main():
5858
print("JobID=" + str(job), end=" ")
5959
for status in result["Value"][job].items():
6060
print("%s=%s;" % status, end=" ")
61+
print()
6162
else:
6263
print(f"ERROR: {result['Message']}")
6364
DIRACExit(2)

0 commit comments

Comments
 (0)