Skip to content

Commit

Permalink
Merge pull request #23821 from davidlange6/printMig_180718T4_FWCore_F…
Browse files Browse the repository at this point in the history
…ramework

Print function migration for FWCore_Framework
  • Loading branch information
cmsbuild committed Jul 19, 2018
2 parents 8278867 + 5d3f485 commit f07633a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FWCore/Framework/test/transition_test_cfg.py
@@ -1,3 +1,4 @@
from __future__ import print_function
import FWCore.ParameterSet.Config as cms
import sys

Expand Down Expand Up @@ -365,9 +366,9 @@ def chooseTrans(index):
id = cms.untracked.EventID(0,0,0))
) ],
)
print '****************************************'
print 'Test:', d[index][0]
print '****************************************'
print('****************************************')
print('Test:', d[index][0])
print('****************************************')
return d[index][1]

trans = chooseTrans(int(sys.argv[2]))
Expand Down

0 comments on commit f07633a

Please sign in to comment.