Skip to content

Commit ab3d93e

Browse files
committed
861
1 parent a470306 commit ab3d93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sempy_labs/report/_reportwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ def list_bookmarks(self) -> pd.DataFrame:
16981698
bookmarks = [
16991699
o
17001700
for o in self._report_definition.get("parts")
1701-
if o.get("path").endswith("/bookmark.json")
1701+
if o.get("path").endswith(".bookmark.json")
17021702
]
17031703

17041704
rows = []

0 commit comments

Comments
 (0)