We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f079f03 commit ac8351dCopy full SHA for ac8351d
1 file changed
swol.py
@@ -160,7 +160,6 @@
160
has_python_function_or_keyword = False
161
162
if has_python_function_or_keyword:
163
- python_code = "".join(python_code)
164
raise SyntaxError(f"Your script contains a python keyword of function at: '{token}'")
165
else:
166
python_code[python_code.index(TOKENS.get(token))] = token
0 commit comments