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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index a252b5d..6ef5263 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -817,6 +817,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.dirname(self._selected_sample)
def _fill_samples_list(self, store):
'''