From 22a5baa8e49ef973f8022c098b9083c75605b599 Mon Sep 17 00:00:00 2001 From: Erik Habicht Date: Sun, 3 Dec 2017 14:54:14 +0100 Subject: Fix typo in second argument of send_command --- bareos/bsock/lowlevel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bareos/bsock/lowlevel.py b/bareos/bsock/lowlevel.py index 457551f..30ee9d3 100644 --- a/bareos/bsock/lowlevel.py +++ b/bareos/bsock/lowlevel.py @@ -139,7 +139,7 @@ class LowLevel(object): return result - def send_command(self, commamd): + def send_command(self, command): return self.call(command) -- cgit v1.2.3