show pip command if execution is needed
This commit is contained in:
@ -248,6 +248,8 @@ def pip():
|
|||||||
os.rename(tmpname, filename)
|
os.rename(tmpname, filename)
|
||||||
else:
|
else:
|
||||||
os.remove(tmpname)
|
os.remove(tmpname)
|
||||||
|
else:
|
||||||
|
print(' '.join(pipcmd))
|
||||||
show.dirty = True
|
show.dirty = True
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user