From bc28807aeb554f9ff5e7257663b22233437452fc Mon Sep 17 00:00:00 2001 From: Tomas Date: Thu, 2 Oct 2025 23:36:10 +0200 Subject: [PATCH] Fixed a typo --- py34/post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py34/post.py b/py34/post.py index b24afb3..d0e4b6e 100644 --- a/py34/post.py +++ b/py34/post.py @@ -65,7 +65,7 @@ class Post: except Exception as ex: exception = ex if self._image_data is None: - raise ex + raise exception return self._image_data