X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mimedecode%2Fmimedecode.py;h=c23a88fccbda20d2520a11c3d61e4d59a608a52d;hb=45c83a7df58192ecc6c639e967b67422c0d0cd78;hp=bdc44c1ed8688bbcf1ebcb5f32b03424fc16f902;hpb=da12763f95358de314a5a50b84f628b473213336;p=mimedecode.git diff --git a/mimedecode/mimedecode.py b/mimedecode/mimedecode.py index bdc44c1..c23a88f 100644 --- a/mimedecode/mimedecode.py +++ b/mimedecode/mimedecode.py @@ -530,3 +530,4 @@ def open_output_file(filename): except Exception: if create: shutil.rmtree(full_dir) + raise