Skip to content

Commit 95da368

Browse files
Update xcp/net/ifrename/logic.py
Co-authored-by: Copilot <[email protected]>
1 parent 214047b commit 95da368

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xcp/net/ifrename/logic.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,13 +397,13 @@ def rename(static_rules, cur_state, last_state, old_state):
397397
398398
Raises
399399
------
400-
StaticRuleError:
400+
StaticRuleError
401401
If a static rule has a kname, tname not starting with 'eth', duplicate eth names, or duplicate MACs.
402-
CurrentStateError:
402+
CurrentStateError
403403
If the current state contains invalid entries.
404-
LastStateError:
404+
LastStateError
405405
If the last state contains invalid entries.
406-
TypeError:
406+
TypeError
407407
If any of the input lists contain objects that are not MACPCI instances.
408408
"""
409409

0 commit comments

Comments
 (0)