From 6cbed721e816b28668701e3df80d3659626c3ef6 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Mon, 13 Oct 2014 10:30:32 +0400 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=BE=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B8=D0=B7=20=D0=B0=D1=80=D1=85=D0=B8=D0=B2?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/client/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/client/client.py b/pym/client/client.py index c636f32..7a4cff6 100644 --- a/pym/client/client.py +++ b/pym/client/client.py @@ -559,6 +559,7 @@ class Client(commandServer, encrypt, Desktop): env=os.environ, shell=True) # прочитать в конвеер fileReader(archFile, pipe.stdin, archiveSize) + self.endTask() ret = pipe.wait() pipe.stdout.close() pipe.stderr.close()