Skip to content

Commit

Permalink
Fix bug discovered by sonarlint
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Jul 28, 2023
1 parent 3bc9e39 commit 1fecd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ def main():
)
except Exception as e:
print(
"Unable to schedule maintenance for %s %a : %s"(device, port, e)
"Unable to schedule maintenance for %s %a : %s"
% (device, port, e)
)


Expand Down

0 comments on commit 1fecd50

Please sign in to comment.