mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
Fix misc. source comment typos
Found via `codespell`
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ else:
|
||||
test_cases = []
|
||||
failed = []
|
||||
|
||||
# Create the ouput directory
|
||||
# Create the output directory
|
||||
cwd = os.path.abspath(os.path.dirname(inspect.getfile(inspect.currentframe())))
|
||||
os.chdir(cwd)
|
||||
if not os.path.exists("output"): os.mkdir("output")
|
||||
|
||||
Reference in New Issue
Block a user