Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e_zombie
noc
Commits
31e99c96
Commit
31e99c96
authored
Jun 24, 2022
by
Andrey Vertiprahov
Browse files
Merge branch 'fix-avs-none-hostname' into 'master'
Fix error when hostname None value. See merge request
!6402
parents
e7a2ac57
2faf685b
Changes
1
Hide whitespace changes
Inline
Side-by-side
inv/models/discoveryid.py
View file @
31e99c96
...
...
@@ -116,7 +116,7 @@ class DiscoveryID(Document):
old_macs
=
set
(
m
.
first_mac
for
m
in
o
.
chassis_mac
)
o
.
chassis_mac
=
ranges
o
.
hostname
=
hostname
o
.
hostname_id
=
hostname
.
lower
()
o
.
hostname_id
=
hostname
.
lower
()
if
hostname
else
None
o
.
router_id
=
router_id
old_macs
-=
set
(
m
.
first_mac
for
m
in
o
.
chassis_mac
)
if
old_macs
:
...
...
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