Skip to content

Commit

Permalink
BUG: Remove nested data key in LIMS api response.
Browse files Browse the repository at this point in the history
This was clarified in discussion for #93.
  • Loading branch information
allemangD authored and jcfr committed Jul 30, 2020
1 parent e35c18f commit 4f30a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Scripted/Home/Home.py
Expand Up @@ -319,7 +319,7 @@ def loadLIMSSpecimen(self, specimenID):

body = json.loads(res.read())

self.loadAnnotationJson(body['data']['data'])
self.loadAnnotationJson(body['data'])

def onUploadAnnotationButtonClicked(self):
logging.info('Upload Annotation Button Clicked')
Expand Down

0 comments on commit 4f30a6e

Please sign in to comment.