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