move amor to the end of the list (is slower)

This commit is contained in:
2025-05-08 11:33:01 +02:00
parent 6d46f2ccd3
commit a813132fe9

View File

@ -10,7 +10,7 @@ from subprocess import Popen, PIPE, check_output
from glob import glob
from socket import gethostname
instruments = ['amor', 'camea', 'dmc', 'eiger', 'focus', 'hrpt', 'sans', 'tasp', 'zebra', 'boa']
instruments = ['camea', 'dmc', 'eiger', 'focus', 'hrpt', 'sans', 'tasp', 'zebra', 'boa', 'amor']
stuffsrc = '/afs/psi.ch/project/sinq/common/lib/servicemanager/'