Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 01b673a

Browse files
authored
Add .mantid to mount into runner-mantid (#1477)
1 parent 63c40b6 commit 01b673a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

autoreduce_qp/queue_processor/reduction/process_manager.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def __init__(self, message: Message, run_name: str, software: Software) -> None:
2727
self.message: Message = message
2828
self.run_name = run_name
2929
self.software = software
30+
self.mantid_path = os.path.expanduser("~/.mantid")
3031

3132
if "AUTOREDUCTION_PRODUCTION" in os.environ:
3233
self.reduced_data_path = Path('/instrument')
@@ -70,6 +71,10 @@ def run(self) -> Message:
7071
'bind': '/home/isisautoreduce/.autoreduce/',
7172
'mode': 'rw'
7273
},
74+
self.mantid_path: {
75+
'bind': '/home/isisautoreduce/.mantid/',
76+
'mode': 'rw'
77+
},
7378
ARCHIVE_ROOT: {
7479
'bind': '/isis/',
7580
'mode': 'rw'

0 commit comments

Comments
 (0)