You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
externals[var_name] ="example.txt"# a random value so that the compiler does not make an error (most of the time the external variable are in other configs files)
104
-
105
97
attempts+=1
106
98
continue
107
-
108
99
# Other syntax errors
109
100
summary="Syntax error: "+error_msg
110
101
break
111
-
112
102
else:
113
103
# Max attempts exceeded
114
104
summary="Syntax error: Max validation attempts exceeded"
0 commit comments