From 49626b0a7810610f0a0648004f35a1eb3f03e41c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 22 May 2020 15:30:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BF=D1=80=D0=B8=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D0=BA=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/consolegui/application/mainframe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/consolegui/application/mainframe.py b/pym/consolegui/application/mainframe.py index 5e2740e..029478c 100644 --- a/pym/consolegui/application/mainframe.py +++ b/pym/consolegui/application/mainframe.py @@ -2740,7 +2740,7 @@ class MainFrame(qt.QWidget): brief=brief) view_method = self.ClientObj.client.service[0][view_name] view = view_method(int(self.ClientObj.sid), view_params) - except urllib2.URLError is e: + except urllib2.URLError as e: _print('_view in mainframe Exception') return 1 self.ClientObj.param_objects[self.method_name]['step'] = step