You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/09/27 17:33:25 UTC

svn commit: r1001782 - /gump/trunk/python/gump/core/model/project.py

Author: bodewig
Date: Mon Sep 27 15:33:24 2010
New Revision: 1001782

URL: http://svn.apache.org/viewvc?rev=1001782&view=rev
Log:
only flag outputs as expanded if they have actually been expanded

Modified:
    gump/trunk/python/gump/core/model/project.py

Modified: gump/trunk/python/gump/core/model/project.py
URL: http://svn.apache.org/viewvc/gump/trunk/python/gump/core/model/project.py?rev=1001782&r1=1001781&r2=1001782&view=diff
==============================================================================
--- gump/trunk/python/gump/core/model/project.py (original)
+++ gump/trunk/python/gump/core/model/project.py Mon Sep 27 15:33:24 2010
@@ -303,7 +303,7 @@ class Project(NamedModelObject, Statable
                         output.setPath(expansions[0])
                     else:
                         log.debug("didn't find any match for " + path)
-        self.outputs_expanded = True
+            self.outputs_expanded = True
 
     def hasAnyOutputs(self):
         """