diff --git a/lib/appscale_tools.py b/lib/appscale_tools.py index b2626758..6d258480 100644 --- a/lib/appscale_tools.py +++ b/lib/appscale_tools.py @@ -635,6 +635,8 @@ def upload_app(cls, options): apps_result = json_result['apps'] current_app = apps_result[app_id] http_port = current_app['http'] + if not http_port: + continue break except ValueError: pass