Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
632dff66
Verified
Commit
632dff66
authored
Jan 30, 2019
by
Felix Yan
Browse files
Fix a typo in donor_import.py
parent
5895b2a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/management/commands/donor_import.py
View file @
632dff66
...
...
@@ -61,7 +61,7 @@ def parse_subject(self, subject):
def
sanitize_name
(
self
,
name
):
"""Sanitizes the parsed name and removes numbers, entries with no
valid characters and finaly trims all excess whitespace"""
valid characters and final
l
y trims all excess whitespace"""
# Some submissions contain no alphabetic characters, skip them
if
all
(
not
l
.
isalpha
()
for
l
in
name
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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