redact lat/lon in view logs

can't see why this needs to be visible in logs to everyone, do revert if you disagree
This commit is contained in:
ehpersonal38
2022-07-01 11:21:23 -04:00
parent eee127ce75
commit a3ddce480f
+2 -2
View File
@@ -131,8 +131,8 @@ run_analysis() {
echo $PYTHON_VIRTUAL_ENV "$DIR\analyze.py" \
--i "${1}/${i}" \
--o "${1}/${i}.csv" \
--lat "${LATITUDE}" \
--lon "${LONGITUDE}" \
--lat $(echo "${LATITUDE}" | awk '{print int($1+0.5)}').XX \
--lon $(echo "${LONGITUDE}" | awk '{print int($1+0.5)}').XX \
--week "${WEEK}" \
--overlap "${OVERLAP}" \
--sensitivity "${SENSITIVITY}" \