Skip to content

Commit f32e967

Browse files
committed
wip
1 parent 146d69d commit f32e967

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

python/lsst/ts/logging_and_reporting/source_adapters.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -743,13 +743,13 @@ def exposure_detail(
743743
)
744744
)
745745
]
746-
if len(recs) == 0:
747-
msg = (
748-
f"No matching records after appling filters "
749-
f"to {len(self.exposures[instrument])} exposures "
750-
f"for {instrument=!r}."
751-
)
752-
return msg
746+
# if len(recs) == 0:
747+
# msg = (
748+
# f"No matching records after appling filters "
749+
# f"to {len(self.exposures[instrument])} exposures "
750+
# f"for {instrument=!r}."
751+
# )
752+
# return msg
753753

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

0 commit comments

Comments
 (0)