Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucs
accountmanager
Commits
2b74f041
Commit
2b74f041
authored
Jul 11, 2020
by
Imran Hussain
Browse files
Fix bug in auto populate delete users list code
parent
480fd271
Changes
1
Hide whitespace changes
Inline
Side-by-side
sucsam.py
View file @
2b74f041
...
...
@@ -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
(
soci
eti
esBad
)
>
0
:
if
len
(
as
soci
at
esBad
)
>
0
:
for
ass
in
associatesBad
:
print
(
"Adding "
+
str
(
ass
[
0
])
+
" to the list because the DB says: "
+
str
(
ass
[
1
]))
deleteArray
.
append
(
ass
[
0
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment