Skip to content

Commit

Permalink
lint and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 29, 2023
1 parent 5f48dc8 commit 6ed5aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/7681.misc
@@ -0,0 +1 @@
Fix errors when running the `ckan db upgrade` command
3 changes: 2 additions & 1 deletion ckan/migration/migrate_package_activity.py
Expand Up @@ -296,7 +296,8 @@ class Options(object):
load_config(args.config)

if not plugin_loaded("activity"):
print("Please add the `activity` plugin to your `ckan.plugins` setting")
print(
"Please add the `activity` plugin to your `ckan.plugins` setting")
sys.exit(1)

if not args.dataset:
Expand Down

0 comments on commit 6ed5aa1

Please sign in to comment.