commit | 9e492eee816164db65c502f73e29f721038e8af9 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki@igawa.io> | Thu Sep 19 12:15:04 2019 +0900 |
committer | Martin Kopec <mkopec@redhat.com> | Sun Sep 06 09:49:40 2020 +0000 |
tree | ae1115bc1f6c3e7761dfcaa6bf6722bd3f66c4f7 | |
parent | b666f9049845254ce626d3138283cacf42bdf3b2 [diff] |
Use os.path.join as possible This commit makes to use os.path.join instead of using the Unix path character '/'. This change is not mandatory since we don't support Windows environments as Tempest execution and, it seems Windows supports '/' as a path separator. However, using both os.path.join and '/' is a bit awkward. Change-Id: I117acb281c352179d526808009e761335bb314fc