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 4dbe268 commit 406422cCopy full SHA for 406422c
snakemake_interface_executor_plugins/executors/remote.py
@@ -201,7 +201,7 @@ def shutdown(self):
201
# immediate_submit. With immediate_submit, jobs can be scheduled
202
# after this method is completed. Hence we have to keep the
203
# directory.
204
- shutil.rmtree(self.tmpdir)
+ shutil.rmtree(self.tmpdir, ignore_errors=True)
205
206
@property
207
def tmpdir(self):
0 commit comments