Use relative image path for export
This commit is contained in:
@@ -1670,7 +1670,7 @@ class Export(object):
|
|||||||
for chunk in r:
|
for chunk in r:
|
||||||
outfile.write(chunk)
|
outfile.write(chunk)
|
||||||
|
|
||||||
return filepath
|
return os.path.join(os.path.basename(folder), filename)
|
||||||
|
|
||||||
|
|
||||||
def get_export(export_id):
|
def get_export(export_id):
|
||||||
|
Reference in New Issue
Block a user