On Mon, Oct 21, 2024 at 6:46 PM Luca Vizzarro <luca.vizza...@arm.com> wrote:
> From: Tomáš Ďurovec <tomas.duro...@pantheon.tech> > > 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 <tomas.duro...@pantheon.tech> > Signed-off-by: Luca Vizzarro <luca.vizza...@arm.com> > Reviewed-by: Dean Marx <dm...@iol.unh.edu>