From c8e6fa6779197d644c170f37941a5a25842876dc Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 24 Aug 2013 10:56:19 +0000 Subject: fix regression in sample_selected method --- (limited to 'turtleblocks.py') 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): -- cgit v0.9.1