1
0

Use normpath() for readability.

This commit is contained in:
2017-11-02 02:44:46 +01:00
parent 5518afd17f
commit bd6b1e9b0b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,4 +5,4 @@
import os
LOGS_GLOB = os.path.join("logs", "*.xml")
LOGS_GLOB = os.path.normpath("logs/*.xml")