mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 19:35:09 +00:00
fix(urljoin): 2 and 3 compatible (#15401)
This commit is contained in:
@@ -184,7 +184,7 @@ def item_sync_postprocess():
|
||||
|
||||
|
||||
def convert_relative_image_urls_to_absolute(items):
|
||||
from urlparse import urljoin
|
||||
from six.moves.urllib.parse import urljoin
|
||||
|
||||
for item in items:
|
||||
file_path = item['image']
|
||||
|
||||
Reference in New Issue
Block a user