mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2025-06-29 17:51:08 +02:00
respoinfo.bde => respo-info.bde
This commit is contained in:
@ -55,6 +55,6 @@ class Command(BaseCommand):
|
||||
self.stderr.write(err_log)
|
||||
if options["mail"]:
|
||||
send_mail("[Note Kfet] La base de données n'est pas consistante", err_log,
|
||||
"NoteKfet2020 <notekfet2020@crans.org>", ["respoinfo.bde@lists.crans.org"])
|
||||
"NoteKfet2020 <notekfet2020@crans.org>", ["respo-info.bde@lists.crans.org"])
|
||||
|
||||
exit(1 if error else 0)
|
||||
|
Reference in New Issue
Block a user