mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
python 3
This commit is contained in:
@@ -25,7 +25,6 @@ def walk_up(bottom):
|
||||
try:
|
||||
names = os.listdir(bottom)
|
||||
except Exception as e:
|
||||
print e
|
||||
return
|
||||
|
||||
dirs, nondirs = [], []
|
||||
|
||||
Reference in New Issue
Block a user