Compare commits

..

1 Commits

Author SHA1 Message Date
Suraj Shetty
9f74dc1802 fix: Use remove_all from file_manager
(cherry picked from commit 1e05c9467b)

# Conflicts:
#	erpnext/regional/italy/utils.py
2025-02-28 00:12:54 +00:00

View File

@@ -3,7 +3,10 @@ import json
import frappe
from frappe import _
<<<<<<< HEAD
from frappe.utils import cstr, flt
=======
>>>>>>> 1e05c9467b (fix: Use remove_all from file_manager)
from frappe.utils.file_manager import remove_file
from six import string_types