Skip to content

Commit

Permalink
fixed error report
Browse files Browse the repository at this point in the history
  • Loading branch information
iprafols committed Jul 12, 2023
1 parent d45f335 commit 124a251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/picca/delta_extraction/data_catalogues/desi_tile.py
Expand Up @@ -225,7 +225,7 @@ def read_file(self, filename, catalogue):
spec["RESO"] = hdul[f"{color}_RESOLUTION"].read()
else:
raise DataError(
"Error while reading {color} band from "
f"Error while reading {color} band from "
"{filename}. Analysis type is 'PK 1D', "
"but file does not contain HDU "
f"'{color}_RESOLUTION' ")
Expand Down

0 comments on commit 124a251

Please sign in to comment.