Skip to content

Commit c89429d

Browse files
committed
Merge branch 'hotfix/25.08.1'
2 parents 136e39a + 8d5e107 commit c89429d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osf/management/commands/force_archive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ def archive_registrations(*args, **kwargs):
380380
VERIFIED.remove(reg)
381381

382382
def verify(registration, permissible_addons=DEFAULT_PERMISSIBLE_ADDONS, raise_error=False):
383+
permissible_addons = set(permissible_addons)
383384
maybe_suppress_error = contextlib.suppress(ValidationError) if not raise_error else contextlib.nullcontext(enter_result=False)
384385

385386
for reg in registration.node_and_primary_descendants():

0 commit comments

Comments
 (0)