aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorHåkon Solbjørg <hakon@solbj.org>2023-03-24 22:36:25 +0100
committerHåkon Solbjørg <hakon@solbj.org>2023-03-24 22:36:25 +0100
commit0e06fd72696e711567f0af4ef4be9aa813f2f92e (patch)
tree392c8ed9d23a4f9104b2069ed6351f477b99dbdf /tools
parent3f3686568d13d4380bb08823b171d56fa6c66f73 (diff)
fix(scripts): commit must be present
Diffstat (limited to 'tools')
-rw-r--r--tools/netbox/scripts/netbox2gondul/netbox2gondul.py2
1 files changed, 1 insertions, 1 deletions
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: