Skip to content

Commit

Permalink
Change seperation of path in remap
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunzer committed May 15, 2024
1 parent c4f9a8c commit 07470ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DATA/production/calib/tpc-laser-aggregator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_after=440
min_tracks=0
num_lanes=36

REMAP="--condition-remap \"file:///home/wiechula/processData/inputFilesTracking/triggeredLaser/=GLO/Config/GRPECS;GLO/Config/GRPMagField;TPC/Calib/LaserTracks\" "
REMAP="--condition-remap \"file:///home/wiechula/processData/inputFilesTracking/triggeredLaser/=GLO/Config/GRPECS,GLO/Config/GRPMagField,TPC/Calib/LaserTracks\" "
if [[ ! -z ${TPC_CALIB_MAX_EVENTS:-} ]]; then
max_events=${TPC_CALIB_MAX_EVENTS}
fi
Expand Down

0 comments on commit 07470ef

Please sign in to comment.