commit/galaxy-central: dan: Undo 69240f7da05e
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/413211aaecc5/ Changeset: 413211aaecc5 User: dan Date: 2013-05-15 19:23:45 Summary: Undo 69240f7da05e Affected #: 1 file diff -r ca0daccbb90f2a2eabfb5f64156a7c270cbd3eca -r 413211aaecc51eb38fae668326d4defefda2b8f7 lib/galaxy/util/__init__.py --- a/lib/galaxy/util/__init__.py +++ b/lib/galaxy/util/__init__.py @@ -422,10 +422,7 @@ Returns a unicode string or None """ if isinstance( value, unicode ): - try: - return value.encode( encoding, error ) - except: - return value + return value try: return unicode( value, encoding, error ) except: 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)
-
commits-noreply@bitbucket.org