refs #526 remove unwanted code

versions
Natalia Serrano 2024-07-26 14:38:58 +02:00
parent 94eaba7688
commit bfe563d902
1 changed files with 0 additions and 10 deletions

View File

@ -240,16 +240,6 @@ with open (subprocs_log, 'ab') as fd: ## TODO improve this logging
for I in /opt/opengnsys/lib/engine/bin/*.lib; do source $I; done;
for i in $(declare -F |cut -f3 -d" "); do export -f $i; done;
'''
## DO NOT COMMIT
if 'nati' == os.environ['USER'] or 'nati' == os.environ['SUDO_USER']:
devel_bash_prefix = '''
PATH=/home/nati/Downloads/work/opengnsys/opengnsys/client/shared/scripts:$PATH;
for I in /home/nati/Downloads/work/opengnsys/opengnsys/client/engine/*.lib; do source $I; done;
for i in $(declare -F |cut -f3 -d" "); do export -f $i; done;
'''
## DO NOT COMMIT
if parametros:
proc = ['bash', '-c', '{} {} {}'.format (devel_bash_prefix, exe, ' '.join (parametros))]
else: