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 d5948f2..f455f8d 100644
--- a/TurtleArt/tawindow.py
+++ b/TurtleArt/tawindow.py
@@ -387,7 +387,7 @@ class TurtleArtWindow():
homepath = os.path.join(os.path.expanduser('~'), 'Activities',
os.path.basename(self.path), _PLUGIN_SUBPATH)
paths = [self._get_plugin_home()]
- if paths[0] != homepath:
+ if paths[0] != homepath and os.path.exists(homepath):
paths.append(homepath)
plist = self._get_plugins_from_plugins_dir(paths)
for plugin in plist: