diff --git a/gpg/sksdump.py b/gpg/sksdump.py index fd6c9fb..9e7b515 100755 --- a/gpg/sksdump.py +++ b/gpg/sksdump.py @@ -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: