This commit is contained in:
2017-02-12 19:22:08 -05:00
parent 62b65b1ed0
commit 3cd1877b6e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '3.4.0'
__version__ = '3.4.1'
+1 -1
View File
@@ -944,7 +944,7 @@ def run(command, args, no_interactive=False, three=None, python=False):
# Interact with the new shell.
if no_interactive:
c.block()
c.wait()
else:
c.interact()
c.close()