mailr22419 - /trunk/info.py


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

Header


Content

Posted by edward on March 06, 2014 - 18:13:
Author: bugman
Date: Thu Mar  6 18:13:08 2014
New Revision: 22419

URL: http://svn.gna.org/viewcvs/relax?rev=22419&view=rev
Log:
Fix for the relax information printout on Mac OS X.


Modified:
    trunk/info.py

Modified: trunk/info.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/info.py?rev=22419&r1=22418&r2=22419&view=diff
==============================================================================
--- trunk/info.py       (original)
+++ trunk/info.py       Thu Mar  6 18:13:08 2014
@@ -579,7 +579,7 @@
                 data = pipe.stdout.readlines()
 
                 # Return the string.
-                return data.strip()
+                return data[0].strip()
 
             # Nothing.
             except:




Related Messages


Powered by MHonArc, Updated Thu Mar 06 19:40:01 2014