[SUCS Devel] [Git][sucs/accountmanager][master] 2 commits: Fix bug where I didn't escape something right :(
Imran Hussain
imranh at sucs.org
Sun Mar 10 11:49:28 GMT 2019
Imran Hussain pushed to branch master at sucs / accountmanager
Commits:
05094319 by Imran Hussain at 2019-03-10T11:45:05Z
Fix bug where I didn't escape something right :(
- - - - -
eafb0a46 by Imran Hussain at 2019-03-10T11:49:09Z
Fix some bugs introduced by typos :(
- - - - -
1 changed file:
- sucsam.py
Changes:
=====================================
sucsam.py
=====================================
@@ -208,7 +208,7 @@ def emailAdminDeleteUser(username):
message = MIMEMultipart()
message['From'] = sender
message['To'] = "logs at sucs.org"
- message['Subject'] = username +''s SUCS account has been deleted'
+ message['Subject'] = username +'\'s SUCS account has been deleted'
messageBody = MIMEText(data, 'plain', "UTF-8")
message.attach(messageBody)
@@ -314,7 +314,7 @@ def reminderMenu():
if (option == "1"):
for student in studentsBad:
print(str(student[0]) + " because the DB says: " + str(student[1]) )
- for soc in soceitiesBad:
+ for soc in societiesBad:
print(str(soc[0]) + " because the DB says: " + str(soc[1]) )
for ass in associatesBad:
print(str(ass[0]) + " because the DB says: " + str(ass[1]) )
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/compare/d4879af44be2722e0cb4b7f35d656cea45fb41e9...eafb0a465d70314c0ae4926322675a18a599a014
--
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/compare/d4879af44be2722e0cb4b7f35d656cea45fb41e9...eafb0a465d70314c0ae4926322675a18a599a014
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/20190310/8c75077b/attachment.html>
More information about the Devel
mailing list