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
This issue is to track adding support for the Python launcher used in skaffold debug for Python interpreter command-line flags. Please add a 👍 if this affects you and please describe which arguments you are using and why.
The Python launcher does not support invocations of the Python interpreter with command-line arguments other than -m for a modue. For example: python -E -m flask will break. A cursory look doesn't show that args are typically used with Python apps.
The text was updated successfully, but these errors were encountered:
This issue is to track adding support for the Python launcher used in
skaffold debug
for Python interpreter command-line flags. Please add a 👍 if this affects you and please describe which arguments you are using and why.The Python launcher does not support invocations of the Python interpreter with command-line arguments other than
-m
for a modue. For example:python -E -m flask
will break. A cursory look doesn't show that args are typically used with Python apps.The text was updated successfully, but these errors were encountered: