From 592614d8c74b4a2b1a8c6442513b6aaf81910138 Mon Sep 17 00:00:00 2001 From: Nicholas Robinson <nwrobins@edu.uwaterloo.ca> Date: Fri, 28 Feb 2020 13:15:11 -0500 Subject: [PATCH] comments & prints --- Test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Test.py b/Test.py index 146b224..351b0a1 100644 --- a/Test.py +++ b/Test.py @@ -94,6 +94,7 @@ def run(testFiles): # Error in Parsing if tree is None: + # print(f) print("ERROR in Parsing: " + error.args[0]) # for n in error.args[1]: # the parse tree # print(n) @@ -117,11 +118,12 @@ def run(testFiles): try: buildEnvAndLink(ASTs) except Exception as e: + # print(testFiles) print("error at environment building and linking") print(e) return - print("<<<<------- after buildEnvAndLink -------->>>>>>") + # print("<<<<------- after buildEnvAndLink -------->>>>>>") # for (n, t) in ASTs: # print(n) # print("--------------------") -- GitLab