From 0e06fd72696e711567f0af4ef4be9aa813f2f92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Solbj=C3=B8rg?= Date: Fri, 24 Mar 2023 22:36:25 +0100 Subject: fix(scripts): commit must be present --- tools/netbox/scripts/netbox2gondul/netbox2gondul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/netbox/scripts/netbox2gondul/netbox2gondul.py b/tools/netbox/scripts/netbox2gondul/netbox2gondul.py index 6033e10..26cda4b 100644 --- a/tools/netbox/scripts/netbox2gondul/netbox2gondul.py +++ b/tools/netbox/scripts/netbox2gondul/netbox2gondul.py @@ -178,7 +178,7 @@ class Netbox2Gondul(Script): else: self.log_failure(f"Gondul said HTTP {req.status_code} and {req.text}") - def run(self, data): + def run(self, data, commit): device: Device = data['device'] if not device.primary_ip4 and not device.primary_ip6: -- cgit v1.2.3