Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Aug 17, 2023
1 parent 2c4dd9d commit adc0433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
def compile_error(judge: SimpleNamespace, config: DodonaConfig, compile_error_message: str, line_shift: int):
"""Show the students a message saying that the compilation failed"""
for error_message in compile_error_message.split('\n'):
print(compile_error_message)
if "Error: .size expression" in error_message:
# Directive error: function not found
with Message(
Expand Down

0 comments on commit adc0433

Please sign in to comment.