Author: bugman
Date: Wed Sep  3 16:29:12 2014
New Revision: 25588

URL: http://svn.gna.org/viewcvs/relax?rev=25588&view=rev
Log:
Fix for the whitespace formatting of the devel_scripts/log_converter.py script.

Triple spaces are now a thing of the past.


Modified:
    trunk/devel_scripts/log_converter.py

Modified: trunk/devel_scripts/log_converter.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/log_converter.py?rev=25588&r1=25587&r2=25588&view=diff
==============================================================================
--- trunk/devel_scripts/log_converter.py        (original)
+++ trunk/devel_scripts/log_converter.py        Wed Sep  3 16:29:12 2014
@@ -58,9 +58,8 @@
 
     # Whitespace.
     if len(msg):
-        if search('\.$', msg[-1]):
-            msg += '  '
-        else:
+        msg += ' '
+        if search('\. $', msg[-1]):
             msg += ' '
 
     # Add the line (without the newline char).


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to