Gerry Nelson
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
sharedfunctions.py
|
|
|
@ -679,8 +679,8 @@ def getobjectdetails(objecturi): |
|
|
|
if result==None: |
|
|
|
print("NOTE: Object with ObjectURI:'"+objecturi+"' not found.") |
|
|
|
else: |
|
|
|
targetname=result['name'] |
|
|
|
targetcreator=result['createdBy'] |
|
|
|
targetname=result['name'] |
|
|
|
targetcreator=result['createdBy'] |
|
|
|
targetid=result['id'] |
|
|
|
targeturi=objecturi |
|
|
|
|
|
|
|
|