Skip to content

Conversation

@astakia
Copy link
Collaborator

@astakia astakia commented Dec 2, 2022

  • Update of the CMSSW release to the one that is to be used online, and for the hltGetConfiguration command to work properly
  • Python2 -> Python3 migration

with open(savedir+csvname,"w") as csv_file:
writer = csv.writer(csv_file)
writer.writerow(["HLT"] + runs.keys())
writer.writerow(["HLT"] + list(runs))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

required edit - the ones below are for consistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants