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

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dwettstein committed Nov 13, 2020
1 parent 1d782f3 commit c589f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyvcloud/vcd/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c589f44

Please sign in to comment.