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

Hard fix http

parent 727e730e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,6 +3,7 @@ import sys
if __name__ == "__main__":
JENK = 'no-contact-jenkins-ingi@uclouvain.be'
modified_lines = sys.argv[1]
author = sys.argv[2]
modifs = modified_lines.split('\n')
......@@ -19,7 +20,7 @@ if __name__ == "__main__":
exit(1)
author = author.lower()
if author not in curr_line[0] and (author not in prev_line[0]) :
if author not in curr_line[0] and (author not in prev_line[0]) and author not in JENK :
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