Commit 849ea3b4 authored by Georgios Dagkakis's avatar Georgios Dagkakis

MouldAssembly also to read in thenew way

parent f9504d56
This diff is collapsed.
......@@ -77,6 +77,15 @@ class AssembleMouldError(Exception):
# the MachineManagedJob object
# ===========================================================================
class MouldAssembly(MachineManagedJob):
# =======================================================================
# parses inputs if they are given in a dictionary
# =======================================================================
def parseInputs(self, inputsDict):
MachineManagedJob.parseInputs(self, inputsDict)
from Globals import G
G.MouldAssemblyList.append(self)
# =======================================================================
# the initialize method
# =======================================================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment