Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSquires committed Jun 7, 2024
1 parent 41fb900 commit 4709f96
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 @@ -4137,7 +4137,7 @@ def tagPartsByAbrv(abrv):

for lkey, buid in self.layrslab.scanByFull(db=self.bytag):
abrv = lkey[:8]
abrvs = tags.get(buid, [])
abrvs = list(tags.get(buid, []))
abrvs.append(abrv)
await tags.set(buid, abrvs)

Expand Down

0 comments on commit 4709f96

Please sign in to comment.