From 19ac4ad423148b5988d9b298e32f058e768a2f5b Mon Sep 17 00:00:00 2001 From: "FR@29iduser" <rodolakis@anl.gov> Date: Wed, 14 Sep 2022 12:23:22 -0500 Subject: [PATCH] octupole folders --- iexcode/instruments/IEX_BL_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iexcode/instruments/IEX_BL_config.py b/iexcode/instruments/IEX_BL_config.py index 07026ce..9d48272 100644 --- a/iexcode/instruments/IEX_BL_config.py +++ b/iexcode/instruments/IEX_BL_config.py @@ -97,7 +97,7 @@ class Beamline_Config: self.prefix = 'Kappa_' self.branch = 'd' elif endstation_name == 'Octupole': - self.folder = 'd' + self.folder = 'e' self.branch = 'd' else: print('folder and prefix not set') -- GitLab