Re: [ovs-dev] [PATCH V6 10/17] python tests: Fixed abs_file_name function for Windows

2016-07-06 Thread Alin Serdean
itch.org > Subiect: [ovs-dev] [PATCH V6 10/17] python tests: Fixed abs_file_name > function for Windows > > On windows a path containint ':' is considered an absolute path. > > Signed-off-by: Paul-Daniel Boca <pb...@cloudbasesolutions.com> > --- > V2: No changes > V3

[ovs-dev] [PATCH V6 10/17] python tests: Fixed abs_file_name function for Windows

2016-07-06 Thread Paul Boca
On windows a path containint ':' is considered an absolute path. Signed-off-by: Paul-Daniel Boca --- V2: No changes V3: No changes V4: No changes V5: No changes V6: No changes --- python/ovs/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git