commit/galaxy-central: jgoecks: Fix bug in getting dataset id in 63f3b08
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/8526b10ca125/ changeset: 8526b10ca125 user: jgoecks date: 2012-10-31 20:58:28 summary: Fix bug in getting dataset id in 63f3b08 affected #: 1 file diff -r 4ceab232dc02a5a99eca0b24c0038c490d49a392 -r 8526b10ca125a99de4d944e776e647c1598ffd06 lib/galaxy/web/base/controller.py --- a/lib/galaxy/web/base/controller.py +++ b/lib/galaxy/web/base/controller.py @@ -249,7 +249,7 @@ # DEPRECATION: We still support unencoded ids for backward compatibility try: # encoded id? - dataset_id = trans.security.decode_id + dataset_id = trans.security.decode_id( dataset_id ) except ( AttributeError, TypeError ), err: # unencoded id 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