From 34c0c5959463cc77d24f219159f13d33eddec931 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Wed, 31 Oct 2007 17:09:45 +1100 Subject: [PATCH] eval the "drive" command to make sure that the parameters aren't interpreted as a single list value. r2210 | ffr | 2007-10-31 17:09:45 +1100 (Wed, 31 Oct 2007) | 2 lines --- .../instrument/sans/config/optics/guide_configuration.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/instrument/sans/config/optics/guide_configuration.tcl b/site_ansto/instrument/sans/config/optics/guide_configuration.tcl index 8ba446a2..75a3c779 100644 --- a/site_ansto/instrument/sans/config/optics/guide_configuration.tcl +++ b/site_ansto/instrument/sans/config/optics/guide_configuration.tcl @@ -73,7 +73,7 @@ proc ::optics::set_guide {row} { lappend to_config $guide lappend to_config [set ${guide}_map($el)] } - drive $to_config + eval "drive $to_config" } namespace import ::optics::set_guide