Skip to content

Commit 41d348d

Browse files
author
stephanie
committed
add result object to detailed result
1 parent 17a9e31 commit 41d348d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

odm2api/ODM2/services/readService.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def __init__(self, action, result,
2828
self.ValueCount = result.ValueCount
2929
self.BeginDateTime = action.BeginDateTime
3030
self.EndDateTime = action.EndDateTime
31+
self.ResultObj = result
3132

3233

3334

0 commit comments

Comments
 (0)