소스 검색

style: Fix formatting issue

version-14
Suraj Shetty 3 년 전
committed by GitHub
부모
커밋
abaa2dc35e
No known key found for this signature in database 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):


불러오는 중...
취소
저장