Skip to content

Commit 03e4794

Browse files
fstagniweb-flow
authored andcommitted
sweep: #8032 fix: restored empty line
1 parent 854214a commit 03e4794

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)