Author: tlinnet
Date: Sat Apr  2 21:44:08 2016
New Revision: 28197

URL: http://svn.gna.org/viewcvs/relax?rev=28197&view=rev
Log:
Added a newline character after printing the script.

Modified:
    trunk/prompt/interpreter.py

Modified: trunk/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/prompt/interpreter.py?rev=28197&r1=28196&r2=28197&view=diff
==============================================================================
--- trunk/prompt/interpreter.py (original)
+++ trunk/prompt/interpreter.py Sat Apr  2 21:44:08 2016
@@ -464,7 +464,7 @@
         sys.stdout.write("script = " + repr(script_file) + "\n")
         
sys.stdout.write("----------------------------------------------------------------------------------------------------\n")
         sys.stdout.write(file.read())
-        
sys.stdout.write("----------------------------------------------------------------------------------------------------")
+        
sys.stdout.write("\n----------------------------------------------------------------------------------------------------")
 
         # End coloured text.
         if ansi.enable_control_chars(stream=1) and not status.show_gui:


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

This is the relax-commits mailing list
relax-commits@gna.org

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