Use normpath() for readability.
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
|
||||
import os
|
||||
|
||||
LOGS_GLOB = os.path.join("logs", "*.xml")
|
||||
LOGS_GLOB = os.path.normpath("logs/*.xml")
|
||||
|
||||
Reference in New Issue
Block a user