From 47f473189ef1cf16ba5f137b600385f8458416c5 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 12 Sep 2007 18:30:21 +0000 Subject: Fix typo so the removal of expanded activity bundles is complete. --- (limited to 'sugar') 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 -- cgit v0.9.1