Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tawindow.py')
-rw-r--r--TurtleArt/tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py
index 24d2de9..91e8b2c 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -143,7 +143,7 @@ class TurtleArtWindow():
# Make sure macros_path is somewhere writable
self.macros_path = os.path.join(
os.path.expanduser('~'), 'Activities',
- os.path.basename(self.path), _MACROS_SUBPATH)
+ os.path.basename(path), _MACROS_SUBPATH)
self._setup_events()
else:
self.interactive_mode = False