problem: if you set active=False and toggle it on manually, it still won’t process it. So if active=False, there is no way to activate it again.
In that case that’s a bug, could you make an issue for it? It should be straightforward to fix. Possibly by removing this line.
great, seems like it worked. And it also fixes the other thing with the categories, that I mentioned to you the other day thanks! I committed it already and sent a pull request
Ah, well there you go.
Would you be able to run the tests as well, just to make sure none of the logic broke?
cd pyblish-qml
python run_testsuite.py
You’ll need nose and PyQt5 available on your PYTHONPATH.
Ran 0 tests in 0.041s
OK
Press any key to continue . . .
Did it work? Probably not…
Doesn’t look like it did, but not to worry. I’ll have a look soon and maybe @mkolar could take a look as well? You had this issue too?
Perhaps try running this instead.
cd pyblish-qml
nosetests -c .noserc
You’ll still need nose and PyQt5.