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>
This commit is contained in:
sminux
2024-06-27 12:30:13 -07:00
committed by GitHub
co-authored by mar.s
parent 0ee6e39615
commit 7a3f9384cf
-2
View File
@@ -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