diff --git a/src/python/jw/pkg/lib/FileContext.py b/src/python/jw/pkg/lib/FileContext.py index b77e91f6..1672f317 100644 --- a/src/python/jw/pkg/lib/FileContext.py +++ b/src/python/jw/pkg/lib/FileContext.py @@ -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),