Skip to content

Commit

Permalink
Merge pull request #26714 from frappe/mergify/bp/version-14-hotfix/pr…
Browse files Browse the repository at this point in the history
…-26688

fix(package_release): set path to tarball (backport #26688)
  • Loading branch information
akhilnarang committed Jun 7, 2024
2 parents 2b43555 + b48037a commit 93352aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frappe/core/doctype/package_release/package_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@ def make_tarfile(self, package):
)
)

# Set path to tarball
self.path = file.file_url

file.flags.ignore_duplicate_entry_error = True
file.insert()

0 comments on commit 93352aa

Please sign in to comment.