Skip to content
Snippets Groups Projects
Commit 4adadb48 authored by Xun Yang's avatar Xun Yang
Browse files

fix joosc

parent 49b94e62
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ def main(): ...@@ -55,7 +55,7 @@ def main():
try: try:
disamiguateAndTypeChecking(ASTs) disamiguateAndTypeChecking(ASTs)
except Exception as e: except Exception as e:
print(e) # print(e)
return 42 return 42
return 0 return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment