commit/galaxy-central: greg: Fix sucessfully typo in Galaxy middleware and a couple of comments.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c528daf3e3b3/ Changeset: c528daf3e3b3 User: greg Date: 2013-08-21 17:24:52 Summary: Fix sucessfully typo in Galaxy middleware and a couple of comments. Affected #: 3 files diff -r 3c60f6a7dedcf91ded89336252fc72346b1781f6 -r c528daf3e3b3936dc399d6da4cfe4e636f4a556c lib/galaxy/web/framework/middleware/error.py --- a/lib/galaxy/web/framework/middleware/error.py +++ b/lib/galaxy/web/framework/middleware/error.py @@ -464,7 +464,7 @@ <div class="content"><h1>Internal Server Error</h1> - <h2>Galaxy was unable to sucessfully complete your request</h2> + <h2>Galaxy was unable to successfully complete your request</h2><p>%s</p> diff -r 3c60f6a7dedcf91ded89336252fc72346b1781f6 -r c528daf3e3b3936dc399d6da4cfe4e636f4a556c lib/galaxy/webapps/galaxy/api/folders.py --- a/lib/galaxy/webapps/galaxy/api/folders.py +++ b/lib/galaxy/webapps/galaxy/api/folders.py @@ -78,7 +78,7 @@ status, output = trans.webapp.controllers['library_common'].create_folder( trans, 'api', real_parent_folder_id, '', **payload ) rval = [] - # SM: When a folder is sucessfully created: + # SM: When a folder is successfully created: # - get all of the created folders. We know that they're # folders, so prepend an "F" to them. if 200 == status: diff -r 3c60f6a7dedcf91ded89336252fc72346b1781f6 -r c528daf3e3b3936dc399d6da4cfe4e636f4a556c lib/galaxy/webapps/galaxy/controllers/workflow.py --- a/lib/galaxy/webapps/galaxy/controllers/workflow.py +++ b/lib/galaxy/webapps/galaxy/controllers/workflow.py @@ -1434,7 +1434,7 @@ workflow_invocation_step.workflow_invocation = workflow_invocation workflow_invocation_step.workflow_step = step workflow_invocation_step.job = job - # All jobs ran sucessfully, so we can save now + # All jobs ran successfully, so we can save now trans.sa_session.add( workflow_invocation ) invocations.append({'outputs': outputs, 'new_history': new_history}) 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