Przeglądaj źródła

[patch-fix] remove print

version-14
Rushabh Mehta 10 lat temu
rodzic
commit
e7589541b4
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      frappe/patches/v5_0/fix_text_editor_file_urls.py

+ 0
- 1
frappe/patches/v5_0/fix_text_editor_file_urls.py Wyświetl plik

@@ -16,7 +16,6 @@ def execute():
result = frappe.get_all(opts.parent, fields=["name", opts.fieldname]) result = frappe.get_all(opts.parent, fields=["name", opts.fieldname])
except frappe.SQLError, e: except frappe.SQLError, e:
# bypass single tables # bypass single tables
print e
continue continue


for data in result: for data in result:


Ładowanie…
Anuluj
Zapisz