From 781cae28b46c7c8cda099f1ff706989916b25b3f Mon Sep 17 00:00:00 2001 From: Harry Ho Date: Wed, 5 May 2021 11:47:46 +0800 Subject: [PATCH] Style --- get_and_plot_remote_sayma_data | 4 ++-- get_and_plot_sayma_data | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/get_and_plot_remote_sayma_data b/get_and_plot_remote_sayma_data index f9ab2e7..b4a71bf 100755 --- a/get_and_plot_remote_sayma_data +++ b/get_and_plot_remote_sayma_data @@ -38,9 +38,9 @@ fi # Acquire data at the remote if [[ $1 = $3 ]] then - ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5" + ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5" else - ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5 $6" + ssh -t -p $HOSTPORT $HOST "cd mlabs-testsuite && python3 rp_get_sayma_data.py raw $5 $6" fi # Transfer data from remote to local diff --git a/get_and_plot_sayma_data b/get_and_plot_sayma_data index e945cc3..a36e88a 100644 --- a/get_and_plot_sayma_data +++ b/get_and_plot_sayma_data @@ -24,9 +24,9 @@ fi # Acquire data from RPs if [[ $2 = $4 ]] then - python3 rp_get_sayma_data.py $1 $6 + python3 rp_get_sayma_data.py $1 $6 else - python3 rp_get_sayma_data.py $1 $6 $7 + python3 rp_get_sayma_data.py $1 $6 $7 fi # Plot data from saved data