diff --git a/encoder.py b/encoder.py
index 6980bbf31f4d62e1b3b3d30d5cee2ade5e068b3d..d430b87644194984aaa71cdd8e886ef100de8a8e 100644
--- a/encoder.py
+++ b/encoder.py
@@ -627,7 +627,7 @@ class EncoderAlgorithm(IAMAPAlgorithm):
                     
                 # overwritting merged_tmp.tif may be impossible in windows (e.g. if an antivirus is analysing the newly created data)
                 # then, merging and cleaning is impossible
-                except rasterio._err.CPLE_AppDefinedError as e :
+                except Exception as e :
                     feedback.pushWarning(f"Unable to cleaning temporary files ! Try to delete them latter at {self.output_subdir}")
 
                 self.all_encoding_done = True