Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sucs
accountmanager
Commits
eafb0a46
Commit
eafb0a46
authored
Mar 10, 2019
by
Imran Hussain
Browse files
Fix some bugs introduced by typos :(
parent
05094319
Changes
1
Show whitespace changes
Inline
Side-by-side
sucsam.py
View file @
eafb0a46
...
...
@@ -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
soc
e
itiesBad
:
for
soc
in
soci
e
tiesBad
:
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
])
)
...
...
Write
Preview
Markdown
is supported
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