From 72814a7e6ec144c656e7016c8adef86090eef2fd Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Sat, 21 Aug 2010 21:27:30 +0000 Subject: Output a message if we cannot write to the config directory --- (limited to 'turtleart.py') 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') -- cgit v0.9.1