Skip to content

Commit 1e176a0

Browse files
checking erosita profs go through here
1 parent 0547634 commit 1e176a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xga/sources/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,6 +2702,8 @@ def update_products(self, prod_obj: Union[BaseProduct, BaseAggregateProduct, Bas
27022702
print('this line should happen')
27032703
self._products[tel][obs_id][inst][extra_key][p_type] = po
27042704
print(self._products[tel][obs_id][inst][extra_key][p_type])
2705+
print('po.telescope')
2706+
print(po.telescope)
27052707

27062708
elif extra_key is None and obs_id == "combined":
27072709
self._products[tel][obs_id][inst][p_type] = po

0 commit comments

Comments
 (0)