From b96178d14ec56aa866f35e7aab56a57f108ea75e Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 19 Feb 2011 16:55:06 +0000 Subject: pep8 cleanup --- (limited to 'TurtleArt/talogo.py') diff --git a/TurtleArt/talogo.py b/TurtleArt/talogo.py index c367358..a4bb04d 100644 --- a/TurtleArt/talogo.py +++ b/TurtleArt/talogo.py @@ -1315,7 +1315,9 @@ class LogoCode: pixbuf = get_pixbuf_from_journal(self.dsobject, w, h) except: _logger.debug("Couldn't open dsobject %s" % (self.dsobject)) - if pixbuf is None and self.filepath is not None and self.filepath != '': + if pixbuf is None and \ + self.filepath is not None and \ + self.filepath != '': try: pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(self.filepath, w, h) -- cgit v0.9.1