Skip to content
Snippets Groups Projects
Commit 9c3193d8 authored by Marc-Antoine Drouin's avatar Marc-Antoine Drouin
Browse files

Merge branch 'hotfix/v1.0.5' into develop

parents 114cf6d3 b227decc
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@
# : v1.0.2 correct source for LISA configuration file
# 20170303 : v1.0.3 add material to process 3s SIRTA CL31 data
# : v1.0.4 correct several bugs in 3s script and make 30s script more robust
# 20180523 : v1.0.5 use a more generic way to get the python interpreter
#
# SIRTA 2013
#==============================================================================
......@@ -129,7 +130,7 @@ do
done
# RAW2L1 needed path
PYTHON="/opt/python_envs/python2/bin/python"
PYTHON="/usr/bin/env python2"
RAW2L1=${REP_SOURCES}"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF=${REP_SOURCES}"/"$fich_conf
RAW2L1_LOGS=${REP_SOURCES}"/logs/raw2l1.log"
......
......@@ -33,6 +33,7 @@
# : v1.0.2 correct source for LISA configuration file
# 20170303 : v1.0.3 add material to process 3s SIRTA CL31 data
# : v1.0.4 correct several bugs in 3s script and make 30s script more robust
# 20180523 : v1.0.5 use a more generic way to get the python interpreter
#
# SIRTA 2013
#==============================================================================
......@@ -134,7 +135,7 @@ done
DATE_AS_SECONDS=$(date -u -d $date +%s)
# RAW2L1 needed path
PYTHON="/opt/python_envs/python2/bin/python"
PYTHON="/usr/bin/env python2"
RAW2L1=${REP_SOURCES}"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_LOGS=${REP_SOURCES}"/logs/raw2l1.log"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment