Skip to content

Commit

Permalink
Merge pull request #34441 from cms-sw/revert-34302-120_fixIsData
Browse files Browse the repository at this point in the history
Revert "Fix isData when neither --data nor --mc is used"
  • Loading branch information
cmsbuild authored Jul 11, 2021
2 parents 1b46a6a + 8acfcd0 commit fbaa8eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Configuration/Applications/python/cmsDriverOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def OptionsFromItems(items):
print('We have determined that this is simulation (if not, rerun cmsDriver.py with --data)')
else:
print('We have determined that this is real data (if not, rerun cmsDriver.py with --mc)')
options.isData=True

if options.profile:
if options.profile and options.prefix:
Expand Down

0 comments on commit fbaa8eb

Please sign in to comment.