We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a76bbd5 + dd0aeb0 commit ce633e0Copy full SHA for ce633e0
1 file changed
client/deis.py
@@ -582,7 +582,7 @@ def apps_open(self, args):
582
if response.status_code == requests.codes.ok: # @UndefinedVariable
583
url = response.json()['url']
584
# use the OS's default handler to open this URL
585
- webbrowser.open('http://{}.{}/'.format(app, url))
+ webbrowser.open('http://{}/'.format(url))
586
return url
587
else:
588
raise ResponseError(response)
0 commit comments