From 1dce95ab2ac361bad435f8480e9b22c342b4ab08 Mon Sep 17 00:00:00 2001 From: Tue Herlau <tuhe@dtu.dk> Date: Mon, 23 May 2022 16:34:39 +0200 Subject: [PATCH] updates --- src/unitgrade/framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unitgrade/framework.py b/src/unitgrade/framework.py index 1f1a299..09bc054 100644 --- a/src/unitgrade/framework.py +++ b/src/unitgrade/framework.py @@ -480,7 +480,7 @@ class UTestCase(unittest.TestCase): CC = self._cache_get(key) cl, m = self.cache_id() gprint(f"> An error occured while solving: {cl}.{m}. The files/methods you need to edit are:") # For the test {id} in {file} you should edit:") - for file in CC: + for file in CC: rec = CC[file] gprint(f"> * {file}") for l in rec: -- GitLab