Skip to content

Commit

Permalink
not a dict
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Nov 1, 2024
1 parent a989872 commit 34a8f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astropylibrarian/workflows/indextutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async def index_tutorial(
)
return []
for r in response:
_oids = r.get("object_ids", [])
_oids = r.object_ids
assert isinstance(_oids, list)
saved_object_ids.extend(_oids)
logger.info(
Expand Down

0 comments on commit 34a8f0b

Please sign in to comment.