Use elegant merge operator

This commit is contained in:
benjamin melançon 2021-06-01 20:47:08 -04:00
parent 020da15372
commit 0d2fe87111

View file

@ -136,8 +136,7 @@ other_project_names = {
"Personal": ["Personal/external", "Personal / external", "External"],
}
replacement_project_names = harvest_project_names.copy()
replacement_project_names.update(other_project_names)
replacement_project_names = harvest_project_names.copy | other_project_names
for preferred, alternatives in replacement_project_names.items():
# We compare all alternatives to lower case versions, and add the