diff --git a/src/aind_behavior_experiment_launcher/data_transfer/robocopy_service.py b/src/aind_behavior_experiment_launcher/data_transfer/robocopy_service.py index bd58cee..677846c 100644 --- a/src/aind_behavior_experiment_launcher/data_transfer/robocopy_service.py +++ b/src/aind_behavior_experiment_launcher/data_transfer/robocopy_service.py @@ -81,7 +81,7 @@ def _solve_src_dst_mapping( raise ValueError("Destination should be provided when source is a single path.") return {source: Path(destination)} - def validate(self, *args, **kwargs): + def validate(self): if not shutil.which("robocopy"): logger.error("Robocopy command is not available on this system.") return False