mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
Minor fix for https://github.com/IfcOpenShell/IfcOpenShell/pull/1699
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import ifcopenshell.util.unit
|
|
||||||
|
|
||||||
|
|
||||||
class Usecase:
|
class Usecase:
|
||||||
@@ -8,7 +7,6 @@ class Usecase:
|
|||||||
"map_conversion": {},
|
"map_conversion": {},
|
||||||
"projected_crs": {},
|
"projected_crs": {},
|
||||||
"true_north": [],
|
"true_north": [],
|
||||||
"map_unit": "",
|
|
||||||
}
|
}
|
||||||
for key, value in settings.items():
|
for key, value in settings.items():
|
||||||
self.settings[key] = value
|
self.settings[key] = value
|
||||||
|
|||||||
Reference in New Issue
Block a user