Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/python-bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Habicht <erik.habicht@gmail.com>2017-12-03 16:54:14 +0300
committerErik Habicht <erik.habicht@gmail.com>2017-12-03 16:54:14 +0300
commit22a5baa8e49ef973f8022c098b9083c75605b599 (patch)
treefad5129603476fdefbbd9d80f7b8abc0212b3002
parent4a5bd79bb050d9e9e1394da2e4cd03605f595223 (diff)
Fix typo in second argument of send_command
-rw-r--r--bareos/bsock/lowlevel.py2
1 files changed, 1 insertions, 1 deletions
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)