From ea7ce034b0faf74f7d51c7f1501b00b5ece838a5 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 3 Sep 2014 13:22:28 +1000 Subject: [PATCH] Make sure we return a value when querying nguide. --- .../instrument/bilby/config/motors/motor_configuration.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl b/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl index 0388b024..e47f87fa 100644 --- a/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl +++ b/site_ansto/instrument/bilby/config/motors/motor_configuration.tcl @@ -277,8 +277,8 @@ proc nguide { {num "REPORTNUM"} {sel_ap_name "NONE"} {aprest_name "NONE"}} { } else { clientput "nguide finished with errors" } - return "[lindex [info level 0] 0] = $ng $ap_posname_list" } + return "[lindex [info level 0] 0] = $ng $ap_posname_list" } message ] handle_exception $catch_status $message }