diff --git a/src/unitgrade/framework.py b/src/unitgrade/framework.py
index 1f1a29914367e5ef0b6195cc7f098e027c21b8fc..09bc0549b11333b73988b475dace3c912e053496 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: