Hotfix 1.3.1 - Fix incompatibility with latest pwb

This commit is contained in:
2021-08-08 14:31:27 +02:00
parent 6a6c6ea634
commit 39c42c0802

View File

@@ -256,7 +256,7 @@ def main(*args):
force_reload = True
else:
pass
genFactory.handleArg(arg)
genFactory.handle_arg(arg)
if not gen:
gen = genFactory.getCombinedGenerator()