mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
remove debug data
This commit is contained in:
@@ -303,10 +303,8 @@ if __name__ == "__main__":
|
||||
logging.basicConfig(filename=filename, level=logging.INFO, format="%(message)s")
|
||||
logging.FileHandler(filename, mode='w')
|
||||
|
||||
# ids_file = ids(sys.argv[1])
|
||||
# ifc_file = ifcopenshell.open(sys.argv[2])
|
||||
ids_file = ids(r"C:\Users\artom\Desktop\Code\IFC sandbox\IDS, MVDxml samples\IDS_test_3.xml")
|
||||
ifc_file = ifcopenshell.open(r"C:\Users\artom\Desktop\Code\IFC sandbox\IFC samples\IFC Artur.ifc")
|
||||
ids_file = ids(sys.argv[1])
|
||||
ifc_file = ifcopenshell.open(sys.argv[2])
|
||||
|
||||
ids_file.validate(ifc_file, logger)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user