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
e8442cb7
Unverified
Commit
e8442cb7
authored
Feb 04, 2019
by
Felix Yan
Committed by
GitHub
Feb 04, 2019
Browse files
Merge pull request #175 from archlinux/fix-typo
Fix a typo in donor_import.py
parents
5895b2a2
632dff66
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/management/commands/donor_import.py
View file @
e8442cb7
...
...
@@ -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