-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert_apps creates app with error #3924
Milestone
Comments
This does not solve the entire issue unfortunately. I'm still left with #Issue2 and #Issue3 After inspection of #Issue3 I can see the issue is that This is also the issue I end up having here #3919 |
Will set up some tests for the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue 1
I'm on the current master branch
script.py
script2.py
python 'script2.py' python3 -m http.server
Uncaught SyntaxError: missing ) after argument list (at sharing?config=eyJhcHBzIjogeyJzY3JpcHQucHkiOiAiXG5pbXBvcnQgcGFuZWwgYXMgcG5cbnBuLnBhbmVsKFwiSGVsbG8gV29ybGRcIikuc2VydmFibGUoKVxuIn19:38:3)
I believe its missing a
)
hereThe text was updated successfully, but these errors were encountered: