[SUCS Devel] [Git][sucs/accountmanager][master] Keep forgetting :'s
Imran Hussain
imranh at sucs.org
Sun Mar 10 12:57:58 GMT 2019
Imran Hussain pushed to branch master at sucs / accountmanager
Commits:
02b45656 by Imran Hussain at 2019-03-10T12:57:41Z
Keep forgetting :'s
- - - - -
1 changed file:
- sucsam.py
Changes:
=====================================
sucsam.py
=====================================
@@ -384,7 +384,7 @@ def deleteMenu(deleteArray):
print("Adding " + str(student[0]) + " to the list because the DB says: " + str(student[1]))
deleteArray.append(student[0])
elif option == "9":
- if debugmode > 0
+ if debugmode > 0:
print("Debugmode is set. Doing No Deletes.")
deleteMenu(deleteArray)
elif debugmode == 0
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/commit/02b456560089d34a2a5819f133f39a731947bc61
--
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/commit/02b456560089d34a2a5819f133f39a731947bc61
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/c7d088c7/attachment.html>
More information about the Devel
mailing list