Hi All,
I am Running my local galaxy instance in Eclipse - pydev to make debugging somewhat easier, but now I run into loads of Code errors. It seems that pydev doesn't understand the Bunch() Class frequently used in Galaxy.
But also code errors that maybe could be fixed. such as:
lib/galaxy/jobs/runner/lwr.py:232
#worker = threading.Thread( ( name="LwrJobRunner.thread-%d" % i ), # target=self.run_next )
-->
#worker = threading.Thread( name="LwrJobRunner.thread-%d" % i , #target=self.run_next )
Are these real errors or am I doing something wrong.