From 66ccef35e79d803e6be93954038feb02d0fd950f Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 5 Jul 2025 14:57:55 +0500 Subject: [PATCH] bug fix: arabic chars --- plogical/processUtilities.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plogical/processUtilities.py b/plogical/processUtilities.py index 40c7229d7..b90404e33 100644 --- a/plogical/processUtilities.py +++ b/plogical/processUtilities.py @@ -438,4 +438,5 @@ class ProcessUtilities(multi.Thread): except Exception as e: print("An error occurred:", e) logging.writeToFile(f"[fetch_latest_prestashop_version] An error occurred: {str(e)}") - return None \ No newline at end of file + return None + \ No newline at end of file