fix python style
This commit is contained in:
parent
cf65db2231
commit
a5bb6597b6
|
@ -518,7 +518,7 @@ def loop(i):
|
||||||
# stop the experiment
|
# stop the experiment
|
||||||
while not _ready_to_shut_down_controller():
|
while not _ready_to_shut_down_controller():
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
signal_controller()
|
signal_controller()
|
||||||
LOG.info('Start the second collection, shut down the controller')
|
LOG.info('Start the second collection, shut down the controller')
|
||||||
|
|
||||||
|
@ -536,10 +536,10 @@ def loop(i):
|
||||||
|
|
||||||
# get result
|
# get result
|
||||||
response = get_result()
|
response = get_result()
|
||||||
|
|
||||||
# save next config
|
# save next config
|
||||||
save_next_config(response, t=result_timestamp)
|
save_next_config(response, t=result_timestamp)
|
||||||
|
|
||||||
# change config
|
# change config
|
||||||
change_conf(response['recommendation'])
|
change_conf(response['recommendation'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue