Browse Source

Hotfix 1.3.1 - Fix incompatibility with latest pwb

master v1.3.1
Jonathan Golder 3 years ago
parent
commit
0d62c249cd
  1. 2
      charts.py

2
charts.py

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

Loading…
Cancel
Save