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()