changeset 6:2fb1e4193edd draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit d9f27b297d9a919471c92b02ecf6cc9554457211
author gga
date Tue, 30 Oct 2018 04:32:30 -0400
parents 356b43302b16
children 0d9cb9e56ca0
files __pycache__/webapollo.cpython-36.pyc webapollo.py webapollo.pyc
diffstat 3 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
Binary file __pycache__/webapollo.cpython-36.pyc has changed
--- a/webapollo.py	Fri Aug 31 09:34:20 2018 -0400
+++ b/webapollo.py	Tue Oct 30 04:32:30 2018 -0400
@@ -1544,10 +1544,7 @@
     permissionMap = {
         x['organism']: x['permissions']
         for x in user.organismPermissions
-        if 'WRITE' in x['permissions'] or
-        'READ' in x['permissions'] or
-        'ADMINISTRATE' in x['permissions'] or
-        user.role == 'ADMIN'
+        if 'WRITE' in x['permissions'] or 'READ' in x['permissions'] or 'ADMINISTRATE' in x['permissions'] or user.role == 'ADMIN'
     }
 
     if 'error' in orgs:
Binary file webapollo.pyc has changed