Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/bundle/bundle.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar/bundle/bundle.py')
-rw-r--r--sugar/bundle/bundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/bundle/bundle.py b/sugar/bundle/bundle.py
index fa56642..a2e9076 100644
--- a/sugar/bundle/bundle.py
+++ b/sugar/bundle/bundle.py
@@ -137,7 +137,7 @@ class Bundle:
os.remove(os.path.join(root, name))
for name in dirs:
os.rmdir(os.path.join(root, name))
- os.rmdir(self._path)
+ os.rmdir(root)
else:
if not os.path.isfile(self._path) or ext != self._zipped_extension:
raise InvalidPathException