[SUCS Devel] [Git][sucs/accountmanager][master] Fix bug in auto populate delete users list code
Imran Hussain
imranh at sucs.org
Sat Jul 11 21:32:27 BST 2020
Imran Hussain pushed to branch master at sucs / accountmanager
Commits:
2b74f041 by Imran Hussain at 2020-07-11T21:32:23+01:00
Fix bug in auto populate delete users list code
- - - - -
1 changed file:
- sucsam.py
Changes:
=====================================
sucsam.py
=====================================
@@ -460,7 +460,7 @@ def deleteMenu(deleteArray):
for soc in societiesBad:
print("Adding " + str(soc[0]) + " to the list because the DB says: " + str(soc[1]))
deleteArray.append(soc[0])
- if len(societiesBad) > 0:
+ if len(associatesBad) > 0:
for ass in associatesBad:
print("Adding " + str(ass[0]) + " to the list because the DB says: " + str(ass[1]))
deleteArray.append(ass[0])
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/-/commit/2b74f041d09ccbcf800e03c6a76315a6420d2b86
--
View it on GitLab: https://projects.sucs.org/sucs/accountmanager/-/commit/2b74f041d09ccbcf800e03c6a76315a6420d2b86
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/20200711/f0297986/attachment.html>
More information about the Devel
mailing list