Skip to content

Commit edff281

Browse files
committed
correct error in migrate_urls_and_patterns
1 parent 85ff6e5 commit edff281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sde_collections/management/commands/migrate_urls_and_patterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def handle(self, *args, **kwargs):
8787
visited=candidate_url.visited,
8888
document_type=candidate_url.document_type,
8989
division=candidate_url.division,
90-
delete=False,
90+
to_delete=False,
9191
)
9292
)
9393

0 commit comments

Comments
 (0)