##// END OF EJS Templates
object_info_reply field is oname, not name
Thomas Kluyver -
Show More
@@ -518,7 +518,7 b' Message type: ``object_info_reply``::'
518 518
519 519 content = {
520 520 # The name the object was requested under
521 'name' : str,
521 'oname' : str,
522 522
523 523 # Boolean flag indicating whether the named object was found or not. If
524 524 # it's false, all other fields will be empty.
General Comments 0
You need to be logged in to leave comments. Login now