From a5bb6597b688dfa2ebad404425d78f64aaef8d6c Mon Sep 17 00:00:00 2001 From: yangdsh Date: Tue, 29 Oct 2019 03:32:34 +0000 Subject: [PATCH] fix python style --- client/driver/fabfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/driver/fabfile.py b/client/driver/fabfile.py index 98ca2a1..e2c317a 100644 --- a/client/driver/fabfile.py +++ b/client/driver/fabfile.py @@ -518,7 +518,7 @@ def loop(i): # stop the experiment while not _ready_to_shut_down_controller(): time.sleep(1) - + signal_controller() LOG.info('Start the second collection, shut down the controller') @@ -536,10 +536,10 @@ def loop(i): # get result response = get_result() - + # save next config save_next_config(response, t=result_timestamp) - + # change config change_conf(response['recommendation'])