From b1ced43643c3f81d9d356a748fbac331c1b316e0 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: Tue, 24 Nov 2020 11:35:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=B4=20=D0=B7=D0=B0=D0=B2=D0=B5=D1=80=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F=20cl-core=20=D0=BF=D1=80=D0=B8=20ImportError?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/core/core_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/core/core_main.py b/pym/core/core_main.py index 740b60c..48fd442 100644 --- a/pym/core/core_main.py +++ b/pym/core/core_main.py @@ -55,6 +55,7 @@ def core_main(): e.message.rpartition(no_module)[2]) else: print e.message + sys.exit(1) except KeyboardInterrupt: print print _("Task interrupted")