update
This commit is contained in:
10
.CondaPkg/env/Lib/venv/__main__.py
vendored
10
.CondaPkg/env/Lib/venv/__main__.py
vendored
@@ -1,10 +0,0 @@
|
||||
import sys
|
||||
from . import main
|
||||
|
||||
rc = 1
|
||||
try:
|
||||
main()
|
||||
rc = 0
|
||||
except Exception as e:
|
||||
print('Error: %s' % e, file=sys.stderr)
|
||||
sys.exit(rc)
|
||||
Reference in New Issue
Block a user