Fix simmilar branches (#83497)

Identical branches in conditional node: 'elif name != permanent_hostname' and 'else'. First bruch is not nessesary

Co-authored-by: mar.s <marchenkov.s.d@gmail.com>
pull/83517/head
sminux 5 months ago committed by GitHub
parent 0ee6e39615
commit 7a3f9384cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -886,8 +886,6 @@ def main():
if name != current_hostname:
name_before = current_hostname
elif name != permanent_hostname:
name_before = permanent_hostname
else:
name_before = permanent_hostname

Loading…
Cancel
Save