mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
update name of function to make its purpose more clear
This commit is contained in:
@@ -51,4 +51,4 @@ class Patcher:
|
||||
self.file_patched: ifcopenshell.file = None
|
||||
|
||||
def patch(self):
|
||||
self.file_patched = ifcopenshell.util.unit.convert_file_units(self.file, self.unit)
|
||||
self.file_patched = ifcopenshell.util.unit.convert_file_length_units(self.file, self.unit)
|
||||
|
||||
Reference in New Issue
Block a user