mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
blackwq
This commit is contained in:
@@ -319,7 +319,7 @@ class TestUri(test.bim.bootstrap.NewFile):
|
||||
|
||||
def test_normalize_path(self):
|
||||
# Posix format.
|
||||
if os.name == 'nt':
|
||||
if os.name == "nt":
|
||||
# Limit to windows (#7348)
|
||||
path = r"test\test.txt"
|
||||
assert subject.normalize_path(path) == "test/test.txt"
|
||||
|
||||
Reference in New Issue
Block a user