]> git.phdru.name Git - mimedecode.git/commitdiff
Fix: Re-raise the exception
authorOleg Broytman <phd@phdru.name>
Thu, 7 May 2020 22:31:12 +0000 (01:31 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 May 2020 22:31:12 +0000 (01:31 +0300)
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