lib.FileContext.get(): Remove bogus owner, group, mode
owner, group or mode don't belong in .get()'s signature, remove them.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6ced64202e
commit
b5762116a1
1 changed files with 0 additions and 3 deletions
|
|
@ -156,9 +156,6 @@ class FileContext(abc.ABC):
|
|||
throw: bool = True,
|
||||
verbose: bool|None = None,
|
||||
title: str=None,
|
||||
owner: str|None=None,
|
||||
group: str|None=None,
|
||||
mode: str|None=None,
|
||||
) -> Result:
|
||||
ret = await self._get(
|
||||
self._chroot(path),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue