Skip to content

Commit

Permalink
Changing releaseWizard's England reference to UK
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Chattopadhyaya committed Oct 30, 2023
1 parent 6a5c089 commit c61a410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/scripts/releaseWizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ def create_ical(todo):
sundays = {(today + timedelta(days=x)): 'Sunday' for x in range(10) if (today + timedelta(days=x)).weekday() == 6}
y = datetime.utcnow().year
years = [y, y+1]
non_working = holidays.CA(years=years) + holidays.US(years=years) + holidays.England(years=years) \
non_working = holidays.CA(years=years) + holidays.US(years=years) + holidays.UK(years=years) \
+ holidays.DE(years=years) + holidays.NO(years=years) + holidays.IND(years=years) + holidays.RU(years=years)


Expand Down

0 comments on commit c61a410

Please sign in to comment.