ソースを参照

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: try:
import cups import cups
except ImportError: 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 return
try: try:
cups.setServer(self.server_ip) cups.setServer(self.server_ip)


読み込み中…
キャンセル
保存