Skip to content

Commit

Permalink
Changes for config_declaration.yaml and jobs.py as per PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kowh-ai committed Jan 15, 2025
1 parent da5c031 commit 93c9e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/xloader/config_declaration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ groups:
options:
- key: ckanext.xloader.site_url
example: http://ckan-dev:5000
default: http://ckan-dev:5000
default:
description: |
Provide an alternate site URL for the xloader_submit action.
This is useful, for example, when the site is running within a docker network.
Expand Down
2 changes: 1 addition & 1 deletion ckanext/xloader/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import sys

from psycopg2 import errors
from six.moves.urllib.parse import urlsplit, urlparse, urlunparse
from six.moves.urllib.parse import urlsplit
import requests
from rq import get_current_job
import sqlalchemy as sa
Expand Down

0 comments on commit 93c9e5f

Please sign in to comment.