Use relative image path for export

This commit is contained in:
JonnyWong16 2020-09-28 12:21:22 -07:00
parent 9fc4dbc6d6
commit 0203a1d4dc
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -1670,7 +1670,7 @@ class Export(object):
for chunk in r:
outfile.write(chunk)
return filepath
return os.path.join(os.path.basename(folder), filename)
def get_export(export_id):