diff --git a/.gitignore b/.gitignore index c3bcbab..cb4965a 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ target/ .scon* python/lsst/ctrl/bps/parsl/version.py tests/.tests +python/*.dist-info/ diff --git a/python/lsst/ctrl/bps/parsl/sites/ccin2p3.py b/python/lsst/ctrl/bps/parsl/sites/ccin2p3.py index 0b9cc64..8ef7be5 100644 --- a/python/lsst/ctrl/bps/parsl/sites/ccin2p3.py +++ b/python/lsst/ctrl/bps/parsl/sites/ccin2p3.py @@ -217,8 +217,6 @@ def get_executors(self) -> list[ParslExecutor]: # Requests nodes which are not shared with other running # jobs. exclusive=False, - # Should files be moved by Parsl? - move_files=False, ), # Address to connect to the main Parsl process. address=self.get_address(),