From 9e4b61fd23c19961f8496ceadc5c31b527bf38bf Mon Sep 17 00:00:00 2001 From: Jeremy Auguste <jeremy.auguste@lis-lab.fr> Date: Fri, 19 Oct 2018 16:03:02 +0200 Subject: [PATCH] Forgot to fill in code --- oarstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oarstats.py b/oarstats.py index 2ca0d57..fd8168c 100644 --- a/oarstats.py +++ b/oarstats.py @@ -46,7 +46,7 @@ class Job: self.devices = devices self.gpu = gpu self.queue = queue - self.karma + self.karma = karma def argparser(): -- GitLab