Skip to content

Commit

Permalink
Merge pull request #24072 from davidlange6/printMig_180724T4_L1Trigge…
Browse files Browse the repository at this point in the history
…r_L1GctAnalyzer

Print function migration for L1Trigger_L1GctAnalyzer
  • Loading branch information
cmsbuild committed Jul 27, 2018
2 parents 048e0f5 + cff27cc commit eb5b276
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions L1Trigger/L1GctAnalyzer/test/gctLUTGenerator_cfg.py
@@ -1,3 +1,4 @@
from __future__ import print_function
import FWCore.ParameterSet.Config as cms

import sys
Expand All @@ -9,11 +10,11 @@
else :
key='Default'

print "Generating LUT files for GCT key %s" % (key)
print("Generating LUT files for GCT key %s" % (key))

if (not ("TNS_ADMIN" in os.environ.keys())):
print "Please set TNS_ADMIN using :"
print "export TNS_ADMIN=/nfshome0/popcondev/conddb"
print("Please set TNS_ADMIN using :")
print("export TNS_ADMIN=/nfshome0/popcondev/conddb")


# CMSSW config
Expand Down

0 comments on commit eb5b276

Please sign in to comment.