Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Oct 30, 2024
1 parent 146d69d commit f32e967
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/lsst/ts/logging_and_reporting/source_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,13 +743,13 @@ def exposure_detail(
)
)
]
if len(recs) == 0:
msg = (
f"No matching records after appling filters "
f"to {len(self.exposures[instrument])} exposures "
f"for {instrument=!r}."
)
return msg
# if len(recs) == 0:
# msg = (
# f"No matching records after appling filters "
# f"to {len(self.exposures[instrument])} exposures "
# f"for {instrument=!r}."
# )
# return msg

# #!df = pd.DataFrame(self.exposures[instrument])[fields]
df = pd.DataFrame(recs)[fields]
Expand Down

0 comments on commit f32e967

Please sign in to comment.