Make sure the TAR import system handles TAR paths with local directory references
This commit is contained in:
parent
35f69b9f5b
commit
4f1ae25128
4 changed files with 27 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Reference in a new issue