Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 8, 2015
1 parent 7db17bb commit cf7d10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/web/framework/middleware/remoteuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __call__( self, environ, start_response ):
pass
elif environ[self.remote_user_header] in self.admin_users and \
any([path_info.startswith(prefix) for prefix in admin_accessible_paths]):
# If the user is an admin user, and any of the admin accessible paths match..., allow them too execute that action.
# If the user is an admin user, and any of the admin accessible paths match..., allow them to execute that action.
pass
elif any([path_info.startswith(prefix) for prefix in user_accessible_paths]):
# If the user is allowed to access the path, pass
Expand Down

0 comments on commit cf7d10b

Please sign in to comment.