diff --git a/src/blenderbim/blenderbim/bim/module/geometry/operator.py b/src/blenderbim/blenderbim/bim/module/geometry/operator.py
index 3674fe4f62..86b89d67c4 100644
--- a/src/blenderbim/blenderbim/bim/module/geometry/operator.py
+++ b/src/blenderbim/blenderbim/bim/module/geometry/operator.py
@@ -723,7 +723,7 @@ class OverrideModeSetObject(bpy.types.Operator):
bpy.ops.object.mode_set(mode="EDIT", toggle=True)
if not tool.Ifc.get():
- return
+ return {"FINISHED"}
objs = context.selected_objects or [context.active_object]
diff --git a/src/ifctester/ifctester/ids.py b/src/ifctester/ifctester/ids.py
index 0d8ee1120b..55b8e49782 100644
--- a/src/ifctester/ifctester/ids.py
+++ b/src/ifctester/ifctester/ids.py
@@ -78,10 +78,10 @@ class Ids:
def asdict(self):
ids_dict = {
- "@xmlns": "https://standards.buildingsmart.org/IDS",
- "@xmlns:xs": "https://www.w3.org/2001/XMLSchema",
- "@xmlns:xsi": "https://www.w3.org/2001/XMLSchema-instance",
- "@xsi:schemaLocation": "https://standards.buildingsmart.org/IDS/ids_09.xsd",
+ "@xmlns": "http://standards.buildingsmart.org/IDS",
+ "@xmlns:xs": "http://www.w3.org/2001/XMLSchema",
+ "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
+ "@xsi:schemaLocation": "http://standards.buildingsmart.org/IDS/ids_09.xsd",
"info": self.info,
"specifications": {"specification": []},
}
diff --git a/src/ifctester/ifctester/ids.xsd b/src/ifctester/ifctester/ids.xsd
index 3aa6bbe4e2..8f0e416d4f 100644
--- a/src/ifctester/ifctester/ids.xsd
+++ b/src/ifctester/ifctester/ids.xsd
@@ -92,7 +92,7 @@
- This is the name of an IFC Defined Types. See the documentation and default units on https://github.com/buildingSMART/IDS/blob/master/Documentation/Physical_Quantities_and_Units.md
+ This is the name of an IFC Defined Types. See the documentation and default units on https://github.com/buildingSMART/IDS/blob/master/Documentation/units.md
@@ -248,4 +248,4 @@
-
\ No newline at end of file
+