IfcPatch now allows passing in IFC objects instead of filepath strings

This commit is contained in:
Dion Moult
2022-09-19 13:31:33 +10:00
parent ea1d797605
commit 5c5bb03652
21 changed files with 104 additions and 123 deletions
-1
View File
@@ -23,4 +23,3 @@ import subprocess
cmd = f'pyinstaller ./bootstrap.py --name ifcpatch --onefile --clean --add-data "ifcpatch{os.pathsep}ifcpatch"'
subprocess.check_output(cmd, shell=True)