Skip to content

Commit

Permalink
chore: add link storage
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jun 27, 2024
1 parent 0dba93e commit ecb5e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/files/cli/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def migrate_users(storage_name: str):

@group.command("local-resources")
@click.argument("storage_name")
def migrate_local_resources(storage_name: str): # noqa: C901, PLR0915
def migrate_local_resources(storage_name: str): # noqa: C901, PLR0915, PLR0912
"""Migrate resources uploaded via original ResourceUploader."""
content = tk.get_action("files_file_search")(
{"ignore_auth": True},
Expand Down

0 comments on commit ecb5e01

Please sign in to comment.