瀏覽代碼

fix: error message

version-14
Anupam 3 年之前
committed by Leela vadlamudi
父節點
當前提交
06667968ab
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      frappe/printing/doctype/network_printer_settings/network_printer_settings.py

+ 2
- 1
frappe/printing/doctype/network_printer_settings/network_printer_settings.py 查看文件

@@ -12,7 +12,8 @@ class NetworkPrinterSettings(Document):
try:
import cups
except ImportError:
frappe.throw(_("This feature can not be used as dependencies are missing. Please contact your system manager to enable this by installing pycups!"))
frappe.throw(_('''This feature can not be used as dependencies are missing.
Please contact your system manager to enable this by installing pycups!'''))
return
try:
cups.setServer(self.server_ip)


Loading…
取消
儲存