]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode/mimedecode.py
Fix: Re-raise the exception
[mimedecode.git] / mimedecode / mimedecode.py
index bdc44c1ed8688bbcf1ebcb5f32b03424fc16f902..c23a88fccbda20d2520a11c3d61e4d59a608a52d 100644 (file)
@@ -530,3 +530,4 @@ def open_output_file(filename):
     except Exception:
         if create:
             shutil.rmtree(full_dir)
+        raise