Name the actor

main
Bob Mottram 2021-03-17 22:11:38 +00:00
parent fe912d3655
commit 7a91b9b71a
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ def getPersonBox(baseDir: str, session, wfRequest: {},
personJson = getJson(session, personUrl, asHeader, None,
debug, projectVersion, httpPrefix, domain)
if not personJson:
print('Unable to get actor')
print('Unable to get actor for ' + personUrl)
return None, None, None, None, None, None, None
boxJson = None
if not personJson.get(boxName):