Skip to content

Commit b8e8326

Browse files
committed
Pass 'substrings_blacklist' from instrument machine config to RSyncer class upon its initialisation by the MultigridController
1 parent bbcee0b commit b8e8326

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/murfey/client/multigrid_control.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,9 @@ def _start_rsyncer(
380380
stop_callback=self._rsyncer_stopped,
381381
do_transfer=self.do_transfer,
382382
remove_files=remove_files,
383+
substrings_blacklist=self._machine_config.get(
384+
"substrings_blacklist", {"directories": [], "files": []}
385+
),
383386
end_time=self.visit_end_time,
384387
)
385388

0 commit comments

Comments
 (0)