Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-08-24 10:56:19 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-08-24 10:56:19 (GMT)
commitc8e6fa6779197d644c170f37941a5a25842876dc (patch)
treef8d59077e6adb4748733bb1b381802a92c64c0f8 /turtleblocks.py
parentec8a1d14d85b798603e267ef8f020d8a0d45e339 (diff)
fix regression in sample_selected method
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index b16766a..b3997db 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -850,7 +850,7 @@ Would you like to save before quitting?'))
if os.path.exists(file_path):
self.tw.load_files(file_path)
break
- self.tw.load_save_folder = os.path.join(activity.get_bundle_path(),
+ self.tw.load_save_folder = os.path.join(self._get_execution_dir(),
'samples')
def _fill_samples_list(self, store):