Skip to content
Snippets Groups Projects
Commit 51cd41fc authored by Cort Posnansky's avatar Cort Posnansky
Browse files

config: fix environment typo

parent eeba760d
No related branches found
No related tags found
No related merge requests found
Pipeline #586648 passed with warnings
......@@ -171,7 +171,7 @@ class Config:
# file transfer options
if not self.condor.transfer_files:
# set the job's working directory to be the current working directory
environment['initialdir'] = self.rootdir
submit_opts['initialdir'] = self.rootdir
# config options
if "directives" in condor_config:
......
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