diff --git a/straxen/common.py b/straxen/common.py index ad203c295..970d2c398 100644 --- a/straxen/common.py +++ b/straxen/common.py @@ -130,7 +130,7 @@ def pmt_positions(xenon1t=False): _resource_cache: Dict[str, Any] = dict() # Formats for which the original file is text, not binary -_text_formats = ["text", "csv", "json"] +_text_formats = ["txt", "csv", "json"] @export