[Mpuls-commits] r2331 - wasko/branches/2.0/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 14 10:18:35 CEST 2010


Author: torsten
Date: 2010-04-14 10:18:32 +0200 (Wed, 14 Apr 2010)
New Revision: 2331

Modified:
   wasko/branches/2.0/mpulsweb/model/phase.py
Log:
* mpulsweb/model/phase.py (PhaseList.get_current_phase): Fixed getting
	current_phase


Modified: wasko/branches/2.0/mpulsweb/model/phase.py
===================================================================
--- wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-14 07:28:50 UTC (rev 2330)
+++ wasko/branches/2.0/mpulsweb/model/phase.py	2010-04-14 08:18:32 UTC (rev 2331)
@@ -124,7 +124,7 @@
                 return p2
 
         # Return dummy phase for unknown phase
-        p = EndPhasePart('-1', None, None)
+        p = EndPhasePart('-1', None, None, ['1'], [])
         p.phase = '-1'
         return p
 



More information about the Mpuls-commits mailing list