Skip to content

Commit

Permalink
Set is_local_output to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmolch committed Oct 9, 2024
1 parent 85d197d commit 6561984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawluigi_configs/KingMaker_luigi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV_NAME = KingMaker
; storing the output locally (local) or on grid (wlcg)
; when using local, make sure to ajust the htcondor requirements so all local paths are accessible
; for ETP, that is TARGET.ProvidesEtpResources
is_local_output = True
is_local_output = False

; if the local path is set, the output will be copied to the local path after the job is finished
local_output_path = /ceph/${USER}/CROWN/ntuples/
Expand Down

0 comments on commit 6561984

Please sign in to comment.