mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v3.4.1
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '3.4.0'
|
||||
__version__ = '3.4.1'
|
||||
|
||||
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user