Skip to content
Snippets Groups Projects
Commit 1dce95ab authored by tuhe's avatar tuhe
Browse files

updates

parent 6e89bd95
No related branches found
No related tags found
No related merge requests found
...@@ -480,7 +480,7 @@ class UTestCase(unittest.TestCase): ...@@ -480,7 +480,7 @@ class UTestCase(unittest.TestCase):
CC = self._cache_get(key) CC = self._cache_get(key)
cl, m = self.cache_id() 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:") 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] rec = CC[file]
gprint(f"> * {file}") gprint(f"> * {file}")
for l in rec: for l in rec:
......
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