Open mpavlase opened 6 years ago
It's more than good habit to use os.path.join instead of concatenating dirs with slashes. It's platform dependent. https://github.com/rfmvh/perfevents-result-collector/blob/dc978b2f407636dfdfaca404149342fcae047a23/tests/run_tests.py#L41
os.path.join
Change it in whole file.
I think this has been already fixed (current version v1.1).
Actually not, in v1.1 there is no tests directory, it's only part of develop2 branch that is not merged into master yet.
v1.1
tests
develop2
master
It's more than good habit to use
os.path.join
instead of concatenating dirs with slashes. It's platform dependent. https://github.com/rfmvh/perfevents-result-collector/blob/dc978b2f407636dfdfaca404149342fcae047a23/tests/run_tests.py#L41Change it in whole file.