Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index 6ef5263..18bc1ac 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -817,7 +817,8 @@ 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.dirname(self._selected_sample)
+ self.tw.load_save_folder = os.path.join(activity.get_bundle_path(),
+ 'samples')
def _fill_samples_list(self, store):
'''