Circuitscape / Circuitscape.py

Circuitscape uses electronic circuit theory to solve problems in landscape ecology.
https://www.circuitscape.org/
Other
27 stars 17 forks source link

Batch mode not working #68

Closed bmcrae closed 10 years ago

bmcrae commented 10 years ago

When batch mode is run with .ini files generated by Circuitscape, the following error is returned:

Traceback (most recent call last):
  File "circuitscape\gui.pyc", line 246, in on_menuFileRunBatch_select
  File "circuitscape\compute.pyc", line 16, in __init__
  File "circuitscape\compute_base.pyc", line 24, in __init__
  File "circuitscape\compute_base.pyc", line 99, in _setup_loggers
  File "circuitscape\compute_base.pyc", line 70, in _create_logger
AttributeError: 'GUI' object has no attribute 'setLevel'