Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2301)

Unified Diff: appengine/isolate/acl.py

Issue 2047753002: Add hack to enable multilogin. (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/isolate/acl.py
diff --git a/appengine/isolate/acl.py b/appengine/isolate/acl.py
index 3eb5bfc506b9c3eadf8ea0dec749c8f695743b8b..c4361499fb823cf634a61014a61d2f3607c1cf5c 100644
--- a/appengine/isolate/acl.py
+++ b/appengine/isolate/acl.py
@@ -28,7 +28,6 @@ def get_user_type():
return 'admin'
if isolate_readable():
return 'user'
- return 'unknown user'
def bootstrap():

Powered by Google App Engine
This is Rietveld 408576698