mailr7680 - /1.3/opendx/main.py


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

Header


Content

Posted by edward on October 12, 2008 - 21:40:
Author: bugman
Date: Sun Oct 12 21:40:22 2008
New Revision: 7680

URL: http://svn.gna.org/viewcvs/relax?rev=7680&view=rev
Log:
Fix for the backend of the dx.execute() user function.

The file arg was at some point renamed to file_prefix.  The code now uses 
this name change.


Modified:
    1.3/opendx/main.py

Modified: 1.3/opendx/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/opendx/main.py?rev=7680&r1=7679&r2=7680&view=diff
==============================================================================
--- 1.3/opendx/main.py (original)
+++ 1.3/opendx/main.py Sun Oct 12 21:40:22 2008
@@ -112,4 +112,4 @@
     test_binary(dx_exe)
 
     # Run OpenDX.
-    system(dx_exe + dir_text + " -program " + file + ".net" + execute_text + 
" &")
+    system(dx_exe + dir_text + " -program " + file_prefix + ".net" + 
execute_text + " &")




Related Messages


Powered by MHonArc, Updated Sun Oct 12 22:20:02 2008