Make sure the TAR import system handles TAR paths with local directory references

This commit is contained in:
Joseph Schorr 2014-04-01 13:00:26 -04:00
parent 35f69b9f5b
commit 4f1ae25128
4 changed files with 27 additions and 3 deletions

View file

@ -20,7 +20,8 @@ def get_authenticated_user():
set_authenticated_user(loaded)
user = loaded
logger.debug('Returning authenticated user: %s', user.username)
if user:
logger.debug('Returning authenticated user: %s', user.username)
return user