Skip to content

Commit

Permalink
Call new functions for checking file path overlaps
Browse files Browse the repository at this point in the history
ref #5559

Required PR: pulp/pulpcore#420
  • Loading branch information
David Davis committed Nov 26, 2019
1 parent 15adf70 commit ab7babc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/5559.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Call parent finalize_new_version() method to get path overlap checking.
1 change: 1 addition & 0 deletions pulp_file/app/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def finalize_new_version(self, new_version):
"""
remove_duplicates(new_version)
super().finalize_new_version(new_version)


class FileRemote(Remote):
Expand Down

0 comments on commit ab7babc

Please sign in to comment.