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

2016-07-06 Thread Alin Serdean
Just add a comment in the code so people know. Acked-by: Alin Gabriel Serdean > -Mesaj original- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Wednesday, July 6, 2016 3:38 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V

[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 a/python/ovs/util.py b/python/o