commit/galaxy-central: dannon: Fix formatting in cloudlaunch.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/30c4d8730943/ Changeset: 30c4d8730943 User: dannon Date: 2014-08-20 18:33:11 Summary: Fix formatting in cloudlaunch. Affected #: 1 file diff -r fb28ce36133ffcb6a167ba95003f4608b7574942 -r 30c4d8730943a40646341e6adf3659cf9fd36985 lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py --- a/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py +++ b/lib/galaxy/webapps/galaxy/controllers/cloudlaunch.py @@ -40,6 +40,7 @@ ("r3.8xlarge", "Memory optimized 8xLarge (32 vCPU/244GB RAM)"), ] + class CloudController(BaseUIController): """Galaxy Cloud Functions""" @@ -56,7 +57,7 @@ share_string=share_string, ami=ami, bucket_default=bucket_default, - instance_types = DEFAULT_INSTANCE_TYPES) + instance_types=DEFAULT_INSTANCE_TYPES) @web.expose def get_account_info(self, trans, key_id, secret): 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