commit/galaxy-central: dannon: Whitespace cleanup.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/09ce2f095855/ changeset: 09ce2f095855 user: dannon date: 2012-04-10 20:41:26 summary: Whitespace cleanup. affected #: 1 file diff -r b9c0762a09db90952ebd51ce123927f097cd68ff -r 09ce2f09585514d6ce60ef3cd3dc56d9edd526e4 lib/galaxy/web/api/history_contents.py --- a/lib/galaxy/web/api/history_contents.py +++ b/lib/galaxy/web/api/history_contents.py @@ -21,12 +21,11 @@ """ GET /api/histories/{encoded_history_id}/contents Displays a collection (list) of history contents - """ + """ try: history = self.get_history( trans, history_id, check_ownership=True, check_accessible=True ) except Exception, e: return str( e ) - rval = [] try: for dataset in history.datasets: @@ -67,7 +66,7 @@ item = self.encode_all_ids( trans, item ) except Exception, e: item = "Error in history API at listing dataset" - log.error( item + ": %s" % str(e) ) + log.error( item + ": %s" % str(e) ) trans.response.status = 500 return item 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