Skip to content

Commit

Permalink
NKI migration M2-1115
Browse files Browse the repository at this point in the history
  • Loading branch information
karser committed Apr 17, 2023
1 parent a22efe1 commit 65e65ed
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 1 deletion.
2 changes: 1 addition & 1 deletion girderformindlogger/api/v1/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def getApplets(self,folder,retrieveSchedule=False, retrieveAllEvents=False):
'_id': ObjectId(_applet['_id']),
})

if applet.get('meta', {}).get('applet', {}).get('deleted'):
if applet is None or applet.get('meta', {}).get('applet', {}).get('deleted'):
continue

formatted = jsonld_expander.formatLdObject(
Expand Down
Loading

0 comments on commit 65e65ed

Please sign in to comment.