Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleart.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtleart.py')
-rwxr-xr-xturtleart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleart.py b/turtleart.py
index faf5b96..bb01dea 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -172,6 +172,7 @@ class TurtleMain():
# We can't write to the configuration file, use
# a faux file that will persist for the length of
# the session.
+ print 'Configuration directory not writable.'
data_file = cStringIO.StringIO()
data_file.write(str(50) + '\n')
data_file.write(str(50) + '\n')