Skip to content

Commit

Permalink
Improve runner; remove wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypz committed Nov 10, 2023
1 parent 611ee1b commit e3aa5d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 72 deletions.
4 changes: 2 additions & 2 deletions runner_wconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ def retry_handler(exception, task_record):
]
condor_extra = [
f"cd {os.getcwd()}",
f'source {os.environ["HOME"]}/.bashrc',
f"source {os.getcwd()}/CondaSetup.sh",
f'source {os.environ["HOME"]}/.bashrc', # Conda should be setup by your bashrc script!
#f"source {os.getcwd()}/CondaSetup.sh",
f'conda activate {os.environ["CONDA_PREFIX"]}',
]

Expand Down
70 changes: 0 additions & 70 deletions src/VHcc/metadata/genZjets_MLM_Herwig_PreUL.json

This file was deleted.

0 comments on commit e3aa5d4

Please sign in to comment.