commit/galaxy-central: natefoo: Missing import in library_contents.py
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/949e4f5fa03a/ changeset: 949e4f5fa03a user: natefoo date: 2011-08-29 20:42:04 summary: Missing import in library_contents.py affected #: 2 files (77 bytes) --- a/lib/galaxy/web/api/library_contents.py Mon Aug 29 11:29:31 2011 -0400 +++ b/lib/galaxy/web/api/library_contents.py Mon Aug 29 14:42:04 2011 -0400 @@ -7,6 +7,7 @@ from galaxy.web.base.controller import * from galaxy.util.sanitize_html import sanitize_html from galaxy.model.orm import * +from galaxy.web.api.util import * log = logging.getLogger( __name__ ) --- a/scripts/api/common.py Mon Aug 29 11:29:31 2011 -0400 +++ b/scripts/api/common.py Mon Aug 29 14:42:04 2011 -0400 @@ -88,6 +88,8 @@ print '------------------' for k, v in r.items(): print '%s: %s' % ( k, v ) + elif type( r ) == str: + print r else: print 'response is unknown type: %s' % type( r ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket