Skip to content

Commit

Permalink
Moved KerchunkDriverFatalError to here
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Feb 15, 2024
1 parent 35e2f4e commit 03e7fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def save(self):
upload_err(self.proj_code, self.groupdir, self.get_str())

class KerchunkDriverFatalError(KerchunkException):

"""All known drivers failed when performing conversion - NetCDF3/HDF5/Tiff"""
def __init__(self,verbose=0, proj_code=None, groupdir=None):
self.message = "All drivers failed when performing conversion"
super().__init__(proj_code, groupdir)
Expand Down

0 comments on commit 03e7fee

Please sign in to comment.