Skip to content

Commit

Permalink
Update year to 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
conradhaupt committed Apr 9, 2021
1 parent 1ccdf27 commit 679d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatString.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def format(template, lab_num=None, team=None, students=None, student=None, repo_
raise ValueError(
'student is required in the formatting string but student==None')
# General values
res = res.replace(YEAR, '2020')
res = res.replace(YEAR, '2021')
if repo_name is not None:
res = res.replace(REPO_NAME, repo_name)
else:
Expand Down

0 comments on commit 679d2bb

Please sign in to comment.