Back

Mighty Morphin Morphology

Rivvie Wrote:Any ideas?
This is kind of embarrassing. I apparently hacked that feature in.

In morph/main.py on or around line 44 you need to change:
Code:
if not C('enabled'): continue
to

Code:
if not C('enabled') and not C('analyze'): continue
Do not change the one later on in the file.
Reply

Messages In This Thread