I'm running with a version of python3only that I pulled a few days ago. When I run execfile('DC_script.py'), I got an error
...unindent does not match any outer indentation level ...
It pointed me to line 930 of datacomb.py, and just under def getFreqlist() (of line 920), I found that the comment block with three quotes may have one set of the quotes aligned with the wrong indentation.
Maybe someone can check on this.
I'm running with a version of python3only that I pulled a few days ago. When I run
execfile('DC_script.py'), I got an error...unindent does not match any outer indentation level ...
It pointed me to line 930 of datacomb.py, and just under
def getFreqlist()(of line 920), I found that the comment block with three quotes may have one set of the quotes aligned with the wrong indentation.Maybe someone can check on this.