mailr7447 - /branches/pipe_refs/generic_fns/pipes.py


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

Header


Content

Posted by edward on September 30, 2008 - 00:08:
Author: bugman
Date: Tue Sep 30 00:08:01 2008
New Revision: 7447

URL: http://svn.gna.org/viewcvs/relax?rev=7447&view=rev
Log:
Bug fix for the renamed current() to get_pipe() function.


Modified:
    branches/pipe_refs/generic_fns/pipes.py

Modified: branches/pipe_refs/generic_fns/pipes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/pipe_refs/generic_fns/pipes.py?rev=7447&r1=7446&r2=7447&view=diff
==============================================================================
--- branches/pipe_refs/generic_fns/pipes.py (original)
+++ branches/pipe_refs/generic_fns/pipes.py Tue Sep 30 00:08:01 2008
@@ -178,7 +178,7 @@
     # No supplied data pipe and no current data pipe.
     if pipe_name == None:
         # Get the current pipe.
-        pipe_name = current()
+        pipe_name = cdp_name()
 
         # Still no luck.
         if pipe_name == None:




Related Messages


Powered by MHonArc, Updated Tue Sep 30 00:20:04 2008