Re: [PATCH v3 3/7] dts: change remote and local paths objects

2024-10-28 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v3 3/7] dts: change remote and local paths objects

2024-10-25 Thread Dean Marx
On Mon, Oct 21, 2024 at 6:46 PM Luca Vizzarro wrote: > From: Tomáš Ďurovec > > The OSSession (and its subclasses) should accept PurePaths > for remote paths to translate from OS-unaware (PurePath) > to OS-aware (Path) only on the remote side. For local paths, > they should accept Paths, as Pytho

[PATCH v3 3/7] dts: change remote and local paths objects

2024-10-21 Thread Luca Vizzarro
From: Tomáš Ďurovec The OSSession (and its subclasses) should accept PurePaths for remote paths to translate from OS-unaware (PurePath) to OS-aware (Path) only on the remote side. For local paths, they should accept Paths, as Python is OS-aware locally. Signed-off-by: Tomáš Ďurovec Signed-off-b