We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc35709 commit cdd54f9Copy full SHA for cdd54f9
src/aind_behavior_vr_foraging/launcher.py
@@ -92,9 +92,11 @@ def experiment(launcher: Launcher) -> None:
92
93
# Watchdog
94
launcher.copy_logs()
95
+ watchdog_settings = WatchdogSettings()
96
+ watchdog_settings.destination = Path(watchdog_settings.destination) / launcher.session.subject
97
WatchdogDataTransferService(
98
source=launcher.session_directory,
- settings=WatchdogSettings(),
99
+ settings=watchdog_settings,
100
aind_data_schema_session=ads_session,
101
session_name=session.session_name,
102
).transfer()
0 commit comments