Skip to content
Extraits de code Groupes Projets
Valider 727e730e rédigé par Charles-Henry Bertrand Van Ouytsel's avatar Charles-Henry Bertrand Van Ouytsel
Parcourir les fichiers

email to lowercase

parent 46c12c1c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,6 +18,7 @@ if __name__ == "__main__":
print('You broke file format by suppressing/adding "," !\n')
exit(1)
author = author.lower()
if author not in curr_line[0] and (author not in prev_line[0]) :
print("You modify the line of another student or use a different email than the one written !\n")
exit(1)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter