Skip to content

Commit 12a15e6

Browse files
committed
run G2GainsValidator.py in user-mode
1 parent 6d26b89 commit 12a15e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
function die { echo $1: status $2 ; exit $2; }
4-
python3 $CMSSW_BASE/src/CondCore/SiStripPlugins/scripts/G2GainsValidator.py || die "Failure running G2GainsValidator.py" $?
4+
python3 $CMSSW_BASE/src/CondCore/SiStripPlugins/scripts/G2GainsValidator.py --user-mode || die "Failure running G2GainsValidator.py" $?

0 commit comments

Comments
 (0)