Page MenuHomePhabricator

avoided os-dependant path
ClosedPublic

Authored by PiRK on Feb 1 2021, 09:19.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCd733ebb73f87: avoided os-dependant path
Summary

using os.path.join is in general more robust than using string with forward slashes

This is a backport of Core PR18952

Test Plan

ninja check-functional

Diff Detail