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

Commit 199413b

Browse files
committed
Fix linting errors
1 parent 9a390b9 commit 199413b

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
@@ -742,7 +742,8 @@ def update_nic(self, network_name, nic_id=0,
742742

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

748749
if is_primary:

0 commit comments

Comments
 (0)