changeset 129:c8ae4ec4ba61

Put return statement on the next line
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 31 Oct 2012 09:51:40 +0100
parents 46ed1b94629d
children dc60bc616395
files getan/view.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/view.py	Mon Feb 13 13:13:53 2012 +0100
+++ b/getan/view.py	Wed Oct 31 09:51:40 2012 +0100
@@ -221,7 +221,8 @@
         self.listbox = urwid.ListBox(urwid.SimpleListWalker(self.rows))
 
     def _total_time(self):
-        if not self.rows: return
+        if not self.rows:
+            return
         logger.debug("ProjectList: update projects total time.")
         total = 0
         for proj in self.rows:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)