1
0

cross platform paths

This commit is contained in:
thurask
2017-11-01 21:34:31 -04:00
parent a39cc4d050
commit 5518afd17f
2 changed files with 4 additions and 2 deletions

View File

@@ -3,4 +3,6 @@
# pylint: disable=C0111,C0326,C0103
LOGS_GLOB = "logs/*.xml"
import os
LOGS_GLOB = os.path.join("logs", "*.xml")