Skip to content

Commit

Permalink
Add a FIXME / DISCUSS comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 26, 2024
1 parent 59bf7e3 commit 32a59bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/lib/stormlib/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ async def _runCallback(self, key):
except s_stormctrl.StormReturn as e:
return await s_stormtypes.toprim(e.item)
except s_stormctrl.StormCtrlFlow:
# DISCUSS / FIXME: This should probably convert the CtrlFlow into a StormRuntimeError?
pass

async def _reqKey(self, key):
Expand Down

0 comments on commit 32a59bc

Please sign in to comment.