Author: bugman
Date: Wed Feb 4 09:30:58 2015
New Revision: 27500
URL: http://svn.gna.org/viewcvs/relax?rev=27500&view=rev
Log:
Modified the manual_c_module.py developer script so that the path can be
supplied on the command line.
Modified:
trunk/devel_scripts/manual_c_module.py
Modified: trunk/devel_scripts/manual_c_module.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/manual_c_module.py?rev=27500&r1=27499&r2=27500&view=diff
==============================================================================
--- trunk/devel_scripts/manual_c_module.py (original)
+++ trunk/devel_scripts/manual_c_module.py Wed Feb 4 09:30:58 2015
@@ -9,6 +9,8 @@
# The target.
target = sys.argv[1]
path = '/data/python/'
+if len(sys.argv) == 3:
+ path = sys.argv[2]
# The list of build commands to run.
cmd = []
_______________________________________________
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