Skip to content
Snippets Groups Projects
Commit 29943a24 authored by Luc Papeleux's avatar Luc Papeleux
Browse files

correction os.path.rmdir-> os.rmdir

parent d861fed2
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ def rmCommonFiles(cmp):
os.remove(f)
os.chdir('..')
if os.path.isempty(subdir):
os.path.rmdir(subdir)
os.rmdir(subdir)
# -- Misc Utilities --
def getUsername():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment