Skip to content

Commit 612069e

Browse files
author
Nik
authored
fix UnboundLocalError (#143)
1 parent bc3dbc5 commit 612069e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/process_incoming.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ def main(
622622
lock_path = local_dir_path / f"{repository}.lock"
623623

624624
tags = metadata.get("tags") or {}
625+
tag_buckets = []
625626

626627
raw_tag_buckets = tags.get("buckets", "")
627628
if raw_tag_buckets:

0 commit comments

Comments
 (0)