Skip to content
Snippets Groups Projects
Commit fa6df51f authored by Patrick Godwin's avatar Patrick Godwin Committed by Cody Messick
Browse files

if using singularity and x509 proxy, do not make this conditional on file transfer

parent 8a822347
No related branches found
No related tags found
1 merge request!148Make DAGs more robust against file paths specified, allow frame caches with file transfer
Pipeline #427220 passed with warnings
......@@ -161,7 +161,7 @@ class Config:
submit_opts['+SingularityImage'] = f'"{singularity_image}"'
submit_opts['transfer_executable'] = False
submit_opts['getenv'] = False
if self.condor.transfer_files and x509_proxy:
if x509_proxy:
submit_opts['x509userproxy'] = x509_proxy
submit_opts['use_x509userproxy'] = True
if not self.condor.transfer_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment