Browse Source

fix intent (#120)

master
Gerry Nelson 3 years ago
committed by GitHub
parent
commit
a6c59641a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      sharedfunctions.py

4
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

Loading…
Cancel
Save