Exception seen in update_manager.py; global name 'suc' is not defined
Hi, I see this in the log file... this really "suc"ks :) Thon Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib64/python2.6/threading.py", line 484, in run self.__target(*self.__args, **self.__kwargs) File "/mnt/ngs/analysis/svcgalaxy/galaxy-dist/lib/galaxy/tool_shed/update_manager.py", line 28, in __restarter if self.check_for_update( repository ): File "/mnt/ngs/analysis/svcgalaxy/galaxy-dist/lib/galaxy/tool_shed/update_manager.py", line 37, in check_for_u pdate tool_shed_url = suc.get_url_from_repository_tool_shed( self.app, repository ) NameError: global name 'suc' is not defined
Hello Thon, This has been fixed in change set 8840:dde899d789b6. Greg Von Kuster On Feb 13, 2013, at 4:24 PM, Anthonius deBoer wrote:
Hi,
I see this in the log file...
this really "suc"ks :)
Thon
Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib64/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib64/python2.6/threading.py", line 484, in run self.__target(*self.__args, **self.__kwargs) File "/mnt/ngs/analysis/svcgalaxy/galaxy-dist/lib/galaxy/tool_shed/update_manager.py", line 28, in __restarter if self.check_for_update( repository ): File "/mnt/ngs/analysis/svcgalaxy/galaxy-dist/lib/galaxy/tool_shed/update_manager.py", line 37, in check_for_u pdate tool_shed_url = suc.get_url_from_repository_tool_shed( self.app, repository ) NameError: global name 'suc' is not defined
___________________________________________________________ Please keep all replies on the list by using "reply all" in your mail client. To manage your subscriptions to this and other Galaxy lists, please use the interface at:
participants (2)
-
Anthonius deBoer
-
Greg Von Kuster