Browse Source

chore: eof

[skip ci]
version-14
Ankush Menat 2 years ago
parent
commit
9f5172c4ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/modules/patch_handler.py

+ 1
- 1
frappe/modules/patch_handler.py View File

@@ -226,4 +226,4 @@ def check_session_stopped():
"""This function is deprecated. Use maintenance_mode in site config instead."""
if frappe.db.get_global("__session_status") == "stop":
frappe.msgprint(frappe.db.get_global("__session_status_message"))
raise frappe.SessionStopped("Session Stopped")
raise frappe.SessionStopped("Session Stopped")

Loading…
Cancel
Save