Skip to content

Commit

Permalink
More bugs with empty lists
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Base/JackrabbitOliverTwist
  • Loading branch information
rapmd73 committed Sep 13, 2023
1 parent 1eb7265 commit 7b63d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/JackrabbitOliverTwist
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def ProcessOrphan(**kwargs):
# memData will be eithewr OrphanMemory or ConfitionalMemory

def ProcessChild(CurList,cur,memData,CurListChanged):
data=json.loads(node)
data=json.loads(cur.GetData())

# Get result from Locker

Expand Down

0 comments on commit 7b63d99

Please sign in to comment.