Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3f91de6c authored by MERCIER Michael's avatar MERCIER Michael
Browse files

[code] Fix Job __str__ function (remove killreason)

parent a01c1b77
No related branches found
No related tags found
No related merge requests found
......@@ -594,7 +594,7 @@ class Job:
data = self.to_json_dict()
return (
"<Job {}; number:{} queue:{} sub:{} reqtime:{} res:{} prof:{} start:{} fin:{} stat:{} killreason:{} ret:{} comment:{}>"
"<Job {}; number:{} queue:{} sub:{} reqtime:{} res:{} prof:{} start:{} fin:{} stat:{} ret:{} comment:{}>"
.format(
data["id"], data["number"], data["queue_number"],
data["submit_time"], data["requested_time"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment