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