Skip to content

Commit

Permalink
Temporary debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed Oct 10, 2023
1 parent 2042dc6 commit 0839455
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions servicelayer/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ def get_status(self):
status["finished"] += progress["finished"]
status["running"] += progress["running"]
status["pending"] += progress["pending"]
import pprint

print(f"SERVICELAYER status:\n")
pprint.pprint(status)
log.critical(f"SERVICELAYER status:\n")
log.critical(status)
return status

def __str__(self):
Expand Down

0 comments on commit 0839455

Please sign in to comment.