Skip to content

Commit e0e623e

Browse files
committed
For HTML test and add colorama back
1 parent 6b5aecd commit e0e623e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation_script/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
def evaluate(test_annotation_file, user_submission_file, phase_codename, **kwargs):
1010
print("\n" + "=" * 80)
11-
print(f"🔁 Evaluating submission with ID: {kwargs['submission_metadata']['id']}")
11+
print(f"Evaluating submission with ID: {kwargs['submission_metadata']['id']}")
1212
print("=" * 80 + "\n")
1313
sys.stdout.flush()
1414

0 commit comments

Comments
 (0)