[SUCS Devel] [Git][sucs/accountmanager][master] Fixed an indentation error which broke everything
Alexander Moras
vectre at sucs.org
Wed Mar 13 14:35:19 GMT 2019
Alexander Moras pushed to branch master at sucs / accountmanager
Commits:
9cd38037 by Alexander Moras at 2019-03-13T14:35:08Z
Fixed an indentation error which broke everything
- - - - -
1 changed file:
- sucsam.py
Changes:
=====================================
sucsam.py
=====================================
@@ -101,8 +101,8 @@ def sendReminderEmail(listofpeeps):
if debugmode > 0: # only send out one email instead of 85464684164864165
sys.exit(0)
- else:
- print("Renewal email template not found!")
+ else:
+ print("Renewal email template not found!")
sys.exit(4)
if debugmode == 0:
file = codecs.open("renewal-notify-email", encoding='utf-8')
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/commit/9cd38037d8967da7ef11fe492ad30cedc8bca370
--
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/commit/9cd38037d8967da7ef11fe492ad30cedc8bca370
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20190313/afe0bd6d/attachment.html>
More information about the Devel
mailing list