浏览代码

style: Fix formatting issue

version-14
Suraj Shetty 3 年前
committed by GitHub
父节点
当前提交
abaa2dc35e
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      frappe/www/printview.py

+ 1
- 1
frappe/www/printview.py 查看文件

@@ -251,7 +251,7 @@ def get_print_format(doctype, print_format):

# server, find template
module = print_format.module or frappe.db.get_value("DocType", doctype, "module")
path = os.path.join(get_module_path(module, "Print Format",print_format.name),
path = os.path.join(get_module_path(module, "Print Format", print_format.name),
frappe.scrub(print_format.name) + ".html")

if os.path.exists(path):


正在加载...
取消
保存