This commit is contained in:
2017-01-21 21:09:22 -05:00
parent ea48ef16c1
commit 5cdd9ccd97
-1
View File
@@ -25,7 +25,6 @@ def walk_up(bottom):
try:
names = os.listdir(bottom)
except Exception as e:
print e
return
dirs, nondirs = [], []