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
Deployment of App Engine resources dictates that a version is no longer specified in app.yaml. As a consequence of this, attempts to get the current version via os.environ["CURRENT_VERSION_ID"] return "None." and extracting the None yields a bad target.
The solution is to conditionally use the version in the task target.
The text was updated successfully, but these errors were encountered:
Deployment of App Engine resources dictates that a version is no longer specified in app.yaml. As a consequence of this, attempts to get the current version via os.environ["CURRENT_VERSION_ID"] return "None." and extracting the None yields a bad target.
The solution is to conditionally use the version in the task target.
The text was updated successfully, but these errors were encountered: