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

Commit c589f44

Browse files
committed
Fix linting errors
1 parent 1d782f3 commit c589f44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pyvcloud/vcd/vm.py

+2-1
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)