mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
samba_tool/base.py: Fix typo.
Signed-off-by: Karolin Seeger <kseeger@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
86a58b01e0
commit
948ef97f08
@ -72,7 +72,7 @@ class SambaToolCmdTest(samba.tests.TestCaseInTempDir):
|
|||||||
|
|
||||||
def runsubcmd(self, name, sub, *args):
|
def runsubcmd(self, name, sub, *args):
|
||||||
"""run a command with sub commands"""
|
"""run a command with sub commands"""
|
||||||
# The reason we need this function seperate from runcmd is
|
# The reason we need this function separate from runcmd is
|
||||||
# that the .outf StringIO assignment is overriden if we use
|
# that the .outf StringIO assignment is overriden if we use
|
||||||
# runcmd, so we can't capture stdout and stderr
|
# runcmd, so we can't capture stdout and stderr
|
||||||
cmd = cmd_sambatool.subcommands[name].subcommands[sub]
|
cmd = cmd_sambatool.subcommands[name].subcommands[sub]
|
||||||
|
Loading…
Reference in New Issue
Block a user