From c589f444045830a25bccdc305d71c53268db221a Mon Sep 17 00:00:00 2001 From: David Wettstein Date: Fri, 13 Nov 2020 11:33:11 +0100 Subject: [PATCH] Fix linting errors --- pyvcloud/vcd/vm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyvcloud/vcd/vm.py b/pyvcloud/vcd/vm.py index c1737dae1..f315da0c0 100644 --- a/pyvcloud/vcd/vm.py +++ b/pyvcloud/vcd/vm.py @@ -742,7 +742,8 @@ def update_nic(self, network_name, nic_id=0, if nic_not_found: raise EntityNotFoundException( - 'Nic with name \'%s\' and index \'%s\' is not found in the VM \'%s\'' % + 'Nic with name ' + '\'%s\' and index \'%s\' is not found in the VM \'%s\'' % (network_name, nic_id, self.get_resource().get('name'))) if is_primary: