This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[patch-fix] remove print
version-14
Rushabh Mehta
10 years ago
parent
cc0e1f755e
commit
e7589541b4
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
frappe/patches/v5_0/fix_text_editor_file_urls.py
+ 0
- 1
frappe/patches/v5_0/fix_text_editor_file_urls.py
View File
@@ -16,7 +16,6 @@ def execute():
result = frappe.get_all(opts.parent, fields=["name", opts.fieldname])
except frappe.SQLError, e:
# bypass single tables
print e
continue
for data in result:
Write
Preview
Loading…
Cancel
Save