Skip to content

Commit

Permalink
Update python/understack-workflows/understack_workflows/nautobot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marek Skrobacki <[email protected]>
  • Loading branch information
cardoe and skrobul authored Jul 31, 2024
1 parent aa709e7 commit 3cbe037
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def construct_interfaces_payload(
)
if nautobot_intf is None:
self.logger.info(
f"{interface.name} was NOT found for " f"{device_name}, creating..."
f"{interface.name} was NOT found for {device_name}, creating..."
)
payload.append(self.interface_payload_data(device_id, interface))
else:
Expand Down

0 comments on commit 3cbe037

Please sign in to comment.