show pip command if execution is needed

This commit is contained in:
2025-04-28 14:59:59 +02:00
committed by l_samenv
parent 3899d27c1d
commit c284e97d53

View File

@ -248,6 +248,8 @@ def pip():
os.rename(tmpname, filename)
else:
os.remove(tmpname)
else:
print(' '.join(pipcmd))
show.dirty = True