[cig-commits] r11352 - in cs/pythia/trunk: . pyre/inventory/odb

leif at geodynamics.org leif at geodynamics.org
Thu Mar 6 15:22:12 PST 2008


Author: leif
Date: 2008-03-06 15:22:12 -0800 (Thu, 06 Mar 2008)
New Revision: 11352

Modified:
   cs/pythia/trunk/pyre/inventory/odb/Curator.py
   cs/pythia/trunk/setup.py
Log:
Fixed a bug that Matt found in Curator (kill Python kill kill...).


Modified: cs/pythia/trunk/pyre/inventory/odb/Curator.py
===================================================================
--- cs/pythia/trunk/pyre/inventory/odb/Curator.py	2008-03-06 23:03:55 UTC (rev 11351)
+++ cs/pythia/trunk/pyre/inventory/odb/Curator.py	2008-03-06 23:22:12 UTC (rev 11352)
@@ -37,6 +37,7 @@
             errorHandler=self._recordTraitLookup):
 
             # search for traits under 'name'
+            target = None
             for facilityName, node in traits.facilities.iteritems():
                 if facilityName == name:
                     target = node

Modified: cs/pythia/trunk/setup.py
===================================================================
--- cs/pythia/trunk/setup.py	2008-03-06 23:03:55 UTC (rev 11351)
+++ cs/pythia/trunk/setup.py	2008-03-06 23:22:12 UTC (rev 11352)
@@ -7,7 +7,7 @@
 setup(
     
     name = 'pythia', 
-    version = '0.8.1.5',
+    version = '0.8.1.6',
 
     zip_safe = False,
     packages = find_packages(),



More information about the cig-commits mailing list