mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-28 15:25:23 +02:00
lib.FileContext.put(): Swap params path and content
Swap the positions of the "path" and "content" parameters of put(). Path comes always first, in every path related function I know. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
94eee5c4bb
commit
64e9fbff59
2 changed files with 4 additions and 4 deletions
|
|
@ -283,8 +283,8 @@ class ExecContext(Base):
|
|||
|
||||
async def _put(
|
||||
self,
|
||||
content: bytes,
|
||||
path: str,
|
||||
content: bytes,
|
||||
wd: str|None,
|
||||
throw: bool,
|
||||
verbose: bool|None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue