Signed-off-by: Gabor Mezei <[email protected]>
This commit is contained in:
Gabor Mezei
2024-10-17 14:29:18 +02:00
parent 20b9357d37
commit d1d2e3c061
+1 -1
View File
@@ -12,7 +12,7 @@ import sys
import tempfile
class CompileError(Exception):
"""Excetion to represent an error during the compilation."""
"""Exception to represent an error during the compilation."""
def __init__(self, message):
"""Save the error massage"""