We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146d69d commit f32e967Copy full SHA for f32e967
python/lsst/ts/logging_and_reporting/source_adapters.py
@@ -743,13 +743,13 @@ def exposure_detail(
743
)
744
745
]
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
+ # 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
753
754
# #!df = pd.DataFrame(self.exposures[instrument])[fields]
755
df = pd.DataFrame(recs)[fields]
0 commit comments