From 0cfd188fd45d6d26f21a5c0735b8c26a39e5a30d Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Wed, 1 May 2024 18:53:09 -0700 Subject: [PATCH] Protocol.targets fix for bug introduced in 073ce475e50dcbb038f6e2acaccbeba08e3b630e fixes https://console.cloud.google.com/errors/detail/CIzN5p2u2IPGpQE;time=P30D?project=bridgy-federated --- protocol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol.py b/protocol.py index 0484a99..0e89eb1 100644 --- a/protocol.py +++ b/protocol.py @@ -1061,6 +1061,7 @@ class Protocol: target_uris = sorted(set(as1.targets(obj.as1))) logger.info(f'Raw targets: {target_uris}') + orig_obj = None targets = {} # maps Target to Object or None owner = as1.get_owner(obj.as1)