1 Commits
v1.3 ... v1.3.1

Author SHA1 Message Date
0d62c249cd Hotfix 1.3.1 - Fix incompatibility with latest pwb 2021-08-08 14:31:27 +02:00

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()