Author: tlinnet
Date: Sat Apr  2 17:41:30 2016
New Revision: 28190

URL: http://svn.gna.org/viewcvs/relax?rev=28190&view=rev
Log:
Modifying the userfunction system.cd() not to show the result to STDOUT.

Modified:
    trunk/user_functions/sys_info.py

Modified: trunk/user_functions/sys_info.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/user_functions/sys_info.py?rev=28190&r1=28189&r2=28190&view=diff
==============================================================================
--- trunk/user_functions/sys_info.py    (original)
+++ trunk/user_functions/sys_info.py    Sat Apr  2 17:41:30 2016
@@ -66,6 +66,7 @@
 uf.desc[-1].add_paragraph("To change the current working directory, type:")
 uf.desc[-1].add_prompt("relax> system.cd(\"/path/to/dir\")")
 uf.backend = cd
+uf.display = False
 uf.menu_text = "&cd"
 uf.gui_icon = "oxygen.places.folder-favorites"
 uf.wizard_size = (700, 400)


_______________________________________________
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