Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit f78cd21

Browse files
committed
Fix linting errors
1 parent d483f65 commit f78cd21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyvcloud/vcd/vm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,8 @@ def update_nic(self, network_name, nic_id=0,
743743

744744
if nic_not_found:
745745
raise EntityNotFoundException(
746-
'Nic with name \'%s\' and index \'%s\' is not found in the VM \'%s\'' %
746+
'Nic with name '
747+
'\'%s\' and index \'%s\' is not found in the VM \'%s\'' %
747748
(network_name, nic_id, self.get_resource().get('name')))
748749

749750
if is_primary:

0 commit comments

Comments
 (0)