Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
TO
Maják
Commits
1fd57d62
Commit
1fd57d62
authored
8 months ago
by
Tomi Valentová
Browse files
Options
Downloads
Patches
Plain Diff
add none check
parent
e2902ea9
No related branches found
No related tags found
2 merge requests
!1112
add none check
,
!1110
Add none check
Pipeline
#19387
passed
8 months ago
Stage: build
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/people_import.py
+3
-0
3 additions, 0 deletions
shared/people_import.py
with
3 additions
and
0 deletions
shared/people_import.py
+
3
−
0
View file @
1fd57d62
...
...
@@ -165,6 +165,9 @@ class PeopleGroupImporter:
people_instances
=
[]
for
person_id
,
profile
in
people_profiles
.
items
():
if
profile
is
None
:
continue
person
=
OctopusPerson
.
objects
.
filter
(
octopus_id
=
person_id
).
first
()
attribute_mapping
=
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment