Commit c6d6d842 authored by Stefan Behnel's avatar Stefan Behnel

minor code cleanup

parent 0105dd2c
......@@ -322,7 +322,7 @@ class Context(object):
"at top of source (cannot decode with encoding %r: %s)" % (encoding, msg))
if Errors.num_errors > 0:
raise CompileError
raise CompileError()
return tree
def extract_module_name(self, path, options):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment