mailr7607 - /1.3/generic_fns/dasha.py


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

Header


Content

Posted by edward on October 11, 2008 - 22:17:
Author: bugman
Date: Sat Oct 11 22:17:22 2008
New Revision: 7607

URL: http://svn.gna.org/viewcvs/relax?rev=7607&view=rev
Log:
Fix for the extract() method.  The current data pipe was missing.


Modified:
    1.3/generic_fns/dasha.py

Modified: 1.3/generic_fns/dasha.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/dasha.py?rev=7607&r1=7606&r2=7607&view=diff
==============================================================================
--- 1.3/generic_fns/dasha.py (original)
+++ 1.3/generic_fns/dasha.py Sat Oct 11 22:17:22 2008
@@ -430,6 +430,9 @@
     if not exists_mol_res_spin_data():
         raise RelaxNoSequenceError
 
+    # Get the current data pipe.
+    cdp = pipes.get_pipe()
+
     # The directory.
     if dir == None:
         dir = pipes.cdp_name()




Related Messages


Powered by MHonArc, Updated Sat Oct 11 22:20:03 2008