mailr5944 - /1.3/data/pipe_container.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 21, 2008 - 23:43:
Author: bugman
Date: Mon Apr 21 23:43:57 2008
New Revision: 5944

URL: http://svn.gna.org/viewcvs/relax?rev=5944&view=rev
Log:
Fix for the PipeContainer.is_empty() method.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=5944&r1=5943&r2=5944&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Mon Apr 21 23:43:57 2008
@@ -118,7 +118,7 @@
             return False
         if self.hybrid_runs != {}:
             return False
-        if self.chi != None:
+        if self.chi2 != None:
             return False
         if self.iter != None:
             return False




Related Messages


Powered by MHonArc, Updated Tue Apr 22 00:00:19 2008