Skip to content

Commit

Permalink
Fix for unspotted bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ggovi committed Sep 28, 2021
1 parent ef07a15 commit dee5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondCore/Utilities/scripts/conddb
Expand Up @@ -751,7 +751,7 @@ def _get_maxtime_for_boost_version( session, timeType, boost_version):
break
if timeType=='Run':
return time[0]
elif timeType=='Run':
elif timeType=='Lumi':
return time[1]
elif timeType=='Time':
return time[2]
Expand Down

0 comments on commit dee5cb8

Please sign in to comment.