fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff76cf
)
wlem keys fix
author
Jan Szejko
<janek37@gmail.com>
Fri, 14 Oct 2016 14:54:31 +0000
(16:54 +0200)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 14 Oct 2016 14:54:31 +0000
(16:54 +0200)
wtem/management/commands/wlem_generate_keys.py
patch
|
blob
|
history
diff --git
a/wtem/management/commands/wlem_generate_keys.py
b/wtem/management/commands/wlem_generate_keys.py
index
3fbf107
..
1e7f558
100644
(file)
--- a/
wtem/management/commands/wlem_generate_keys.py
+++ b/
wtem/management/commands/wlem_generate_keys.py
@@
-17,7
+17,7
@@
class Command(BaseCommand):
for wlem_contact in query:
if not Submission.objects.filter(email=wlem_contact.contact).exists():
- first_name, last_name = wlem_contact.body['nazwisko'].split(
' '
)
+ first_name, last_name = wlem_contact.body['nazwisko'].split()
args = {
'email': wlem_contact.contact,
'first_name': first_name,