commit/galaxy-central: dan: Add a space between keywords.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/df67fd5a8cfc/ Changeset: df67fd5a8cfc User: dan Date: 2014-01-21 18:06:15 Summary: Add a space between keywords. Affected #: 1 file diff -r f81f3667dfd843da3dcbe20f0e25188721e14168 -r df67fd5a8cfc10d269da1ef4b28a184be914badd lib/galaxy/web/framework/__init__.py --- a/lib/galaxy/web/framework/__init__.py +++ b/lib/galaxy/web/framework/__init__.py @@ -812,7 +812,7 @@ host = None if host in UCSC_SERVERS: return - external_display_path = url_for( controller='',action='display_application' ) + external_display_path = url_for( controller='', action='display_application' ) if self.request.path.startswith( external_display_path ): request_path_split = self.request.path.split( '/' ) try: 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