Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 6e39b72

Browse files
committed
small fix
1 parent 485d51c commit 6e39b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueprints/assessment_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def assessmenthexagons(id):
197197
cumulatedscore += testcase.testcasescore
198198
count += 1
199199

200-
if count is not 0:
200+
if count != 0:
201201
score = cumulatedscore / count
202202

203203
if score == 100:

0 commit comments

Comments
 (0)