Skip to content
Snippets Groups Projects
Commit 3d1a6570 authored by Ben Adida's avatar Ben Adida
Browse files

tweak to auth

parent efae9b4d
Branches
Tags
No related merge requests found
...@@ -156,9 +156,12 @@ def get_user_info_special(ticket): ...@@ -156,9 +156,12 @@ def get_user_info_special(ticket):
category = get_user_category(netid) category = get_user_category(netid)
try: #try:
user_info = get_user_info(netid) # user_info = get_user_info(netid)
except: #except:
# user_info = None
# for now, no need to wait for this request to finish
user_info = None user_info = None
if user_info: if user_info:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment