oh come ON

This commit is contained in:
brent s 2017-09-09 12:28:12 -04:00
parent 5ace114ef8
commit 3909b0c783
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def destPrep():
os.rmdir(thisdir)
for d in dirs:
if len(os.listdir(os.path.join(thisdir, d))) == 0:
os.rmdir(os.join(thisdir, d))
os.rmdir(os.path.join(thisdir, d))
#try:
# os.removedirs(sks['destdir']) # Remove empty dirs
#except: