diff --git a/osc_tui/profileSelector.py b/osc_tui/profileSelector.py index 2d0f1f9..1022c4a 100644 --- a/osc_tui/profileSelector.py +++ b/osc_tui/profileSelector.py @@ -77,7 +77,8 @@ def cb(): "Error while submitting the request:\n{}\nCode: {}\nReason: {}". format(main.GATEWAY.log.str(), e.response.status_code, - e.response.reason), title="ERROR") + e.response.reason), + title="ERROR", wide=True) if form: kwargs.pop('form') popup.startLoading(form, cb)