|
ATLAS Offline Software
|
Go to the documentation of this file.
6 with open(os.environ.get(
'DQU_MQINFO',
'/afs/cern.ch/user/a/atlasdqm/atlas/mqinfo'))
as f:
7 return {
'username':
'atlasdqm',
8 'passcode': f.read().strip()}
9 raise RuntimeError(
'Unable to read STOMP connection info')