Skip to content

Commit

Permalink
fix output file
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 6, 2024
1 parent 9988e52 commit 6c4574b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crab/scram-build/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
config.JobType.numCores = 8
config.JobType.allowUndistributedCMSSW = True
config.JobType.scriptExe = "run.sh"
config.JobType.outputFiles = "run.log"
config.JobType.outputFiles = ["run.log"]

config.Site.storageSite = "T2_CH_CERN"

Expand Down
2 changes: 1 addition & 1 deletion crab/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
config.JobType.numCores = 1
config.JobType.allowUndistributedCMSSW = True
config.JobType.scriptExe = "run.sh"
config.JobType.outputFiles = "run.log"
config.JobType.outputFiles = ["run.log"]

config.Site.storageSite = "T2_CH_CERN"

Expand Down

0 comments on commit 6c4574b

Please sign in to comment.