Closed BehindTheBrain closed 3 years ago
I'm pretty sure this is sufficient:
diff --git a/assigner/commands/score.py b/assigner/commands/score.py
index 9c43d2c..0383cb5 100644
--- a/assigner/commands/score.py
+++ b/assigner/commands/score.py
@@ -299,6 +299,7 @@ def handle_scoring(
except RepoError as e:
logger.debug(e)
logger.warning("Unable to find repo for %s with URL %s", username, full_name)
+ score = None
return score
...
Basic testing works on this change.
If a student has failed to create/initialize a Gitlab account and we try to: