mailr8836 - /branches/bmrb/bmrblib/nmr_star_dict.py


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

Header


Content

Posted by edward on February 22, 2009 - 00:06:
Author: bugman
Date: Sun Feb 22 00:05:49 2009
New Revision: 8836

URL: http://svn.gna.org/viewcvs/relax?rev=8836&view=rev
Log:
Fixed the call to pystarlib.File().


Modified:
    branches/bmrb/bmrblib/nmr_star_dict.py

Modified: branches/bmrb/bmrblib/nmr_star_dict.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrblib/nmr_star_dict.py?rev=8836&r1=8835&r2=8836&view=diff
==============================================================================
--- branches/bmrb/bmrblib/nmr_star_dict.py (original)
+++ branches/bmrb/bmrblib/nmr_star_dict.py Sun Feb 22 00:05:49 2009
@@ -44,7 +44,7 @@
         """
 
         # Initialise the pystarlib File object.
-        self.data = File(title='relax_model_free_results', 
filename=file_path)
+        self.data = File(title=title, filename=file_path)
 
 
     def read(self):




Related Messages


Powered by MHonArc, Updated Sun Feb 22 00:20:06 2009