mailr5955 - /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 23, 2008 - 23:18:
Author: bugman
Date: Wed Apr 23 23:00:12 2008
New Revision: 5955

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

The is_empty() function is skipped.


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=5955&r1=5954&r2=5955&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Wed Apr 23 23:00:12 2008
@@ -87,6 +87,10 @@
             if name == 'structure':
                 text = text + "  structure: The 3D molecular data object\n"
 
+            # Skip the PipeContainer methods.
+            if name == 'is_empty':
+                continue
+
             # Skip certain objects.
             if match("^_", name) or name in spec_obj:
                 continue




Related Messages


Powered by MHonArc, Updated Wed Apr 23 23:40:16 2008