1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/8288ad7d6676/ changeset: 8288ad7d6676 user: jgoecks date: 2012-01-10 18:39:59 summary: User check when fetching visualization chrom information. affected #: 1 file diff -r 55c537958418c66afad2ad79690a98589816f644 -r 8288ad7d66762867c6a9f3d0e1e3891e68142ad2 lib/galaxy/web/controllers/tracks.py --- a/lib/galaxy/web/controllers/tracks.py +++ b/lib/galaxy/web/controllers/tracks.py @@ -336,7 +336,7 @@ len_file = None len_ds = None user_keys = {} - if 'dbkeys' in dbkey_user.preferences: + if dbkey_user and 'dbkeys' in dbkey_user.preferences: user_keys = from_json_string( dbkey_user.preferences['dbkeys'] ) if dbkey in user_keys: dbkey_attributes = user_keys[ dbkey ] 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.