Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!83
Připsání mailu do chybové hlášky při importu.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Připsání mailu do chybové hlášky při importu.
jk/issue-190
into
devel
Overview
5
Commits
1
Changes
1
2 unresolved threads
Hide all comments
Merged
Jiří Kalvoda
requested to merge
jk/issue-190
into
devel
3 years ago
Overview
5
Commits
1
Changes
1
2 unresolved threads
Hide all comments
Expand
Closes
#190 (closed)
0
0
Merge request reports
Compare
version 2
version 2
99df2111
3 years ago
version 1
6d98294a
3 years ago
devel (base)
and
latest version
latest version
e8013730
1 commit,
3 years ago
version 2
99df2111
1 commit,
3 years ago
version 1
6d98294a
1 commit,
3 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mo/imports.py
+
1
−
1
Options
@@ -381,7 +381,7 @@ class Import:
return
False
def
get_row_name
(
self
,
row
:
mo
.
csv
.
Row
)
->
Optional
[
str
]:
if
row
is
not
None
and
hasattr
(
row
,
'
email
'
):
if
hasattr
(
row
,
'
email
'
):
return
row
.
email
# type: ignore
# čtení prvku potomka
return
None
Loading