Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSquires committed May 30, 2024
1 parent 4469b29 commit 23a637a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/lib/layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4116,7 +4116,7 @@ async def iterLayerAddPerms(self):
sode = s_msgpack.un(byts)

form = sode.get('form')
if form is None:
if form is None: # pragma: no cover
iden = s_common.ehex(buid)
logger.warning(f'NODE HAS NO FORM: {iden}')
continue
Expand Down

0 comments on commit 23a637a

Please sign in to comment.