mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Fix broken ResetAbsoluteCoordinates IfcPatch recipe
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class Patcher:
|
class Patcher:
|
||||||
def __init__(self, file, logger):
|
def __init__(self, file, logger, args=None):
|
||||||
self.file = file
|
self.file = file
|
||||||
self.logger = logger
|
self.logger = logger
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user