Skip to content

Commit

Permalink
fixed sceript path
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Lista committed Dec 18, 2007
1 parent 78fee6b commit 0f75808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/makeSkimDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ def _green(string):


# and now execute!
command='cmsRun /afs/cern.ch/user/d/dpiparo/scratch0/CMSSW_releases/CMSSW_1_7_0_pre13/src/Configuration/EventContent/test_py/makeSkim.py'
command='cmsRun ./makeSkim.py'
print _green('\nAnd now run %s ...\n' %command)
os.environ['PYTHONPATH']+=':./' # to find the metaconfig..
os.system(command)






0 comments on commit 0f75808

Please sign in to comment.