Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleart.py
diff options
context:
space:
mode:
authorLuke Faraone <luke@faraone.cc>2010-08-21 21:27:30 (GMT)
committer Luke Faraone <luke@faraone.cc>2010-08-21 21:27:30 (GMT)
commit72814a7e6ec144c656e7016c8adef86090eef2fd (patch)
tree38e2d33f7a8e767fd2c79e9132ea25bf087196ed /turtleart.py
parente2cab6f0ac6504ec1b55ae458812ff05837f7e98 (diff)
Output a message if we cannot write to the config directory
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')