Skip to content

Commit

Permalink
Update pattern.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bishwaspraveen authored Mar 6, 2024
1 parent c199bab commit 650ba88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sde_collections/models/pattern.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class TitlePattern(BaseMatchPattern):
def apply(self) -> None:
CandidateURL = apps.get_model("sde_collections", "CandidateURL")
matched_urls = self.matched_urls()
print(f"{len(matched_urls)} urls have been affected")
updated_urls = []

for candidate_url in matched_urls:
Expand Down

0 comments on commit 650ba88

Please sign in to comment.