Method renamed

This commit is contained in:
Lukas Klass 2020-04-24 11:42:55 +02:00
parent c908d8429d
commit 33a6fd65c7

View File

@ -82,7 +82,7 @@ class RadiantFactory:
else:
error("Optical component needs to have a type specified.")
def fromConfig(self, conf: Entry) -> IRadiant:
def fromConfigBatch(self, conf: Entry) -> IRadiant:
"""
Initialize a decorated target from a configuration.