Skip to content

Commit

Permalink
fix the mess made with mass edit
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed May 26, 2016
1 parent a27e867 commit fe64a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/security/__init__.py
Expand Up @@ -1300,8 +1300,8 @@ def copy_library_permissions( self, trans, source_library_item, target_library_i
self.sa_session.add( lp )
self.sa_session.flush()
else:
raise Exception( 'Invalid class (%s) specified for target_library_item (%s)' % \ )
( target_library_item.__class__, target_library_item.__class__.__name__ )
raise Exception( 'Invalid class (%s) specified for target_library_item (%s)' %
( target_library_item.__class__, target_library_item.__class__.__name__ ) )

def get_permitted_libraries( self, trans, user, actions ):
"""
Expand Down

0 comments on commit fe64a81

Please sign in to comment.