Skip to content

Commit

Permalink
pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Jan 17, 2024
1 parent d5af222 commit 7ae6447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions harvester/harvest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
ckan = ckanapi.RemoteCKAN(os.getenv("CKAN_URL"), apikey=os.getenv("CKAN_API_TOKEN_DEV"))

dirname = os.path.dirname
SCHEMA_PATH = os.path.join(dirname(dirname(__file__)), 'data', 'dcatus',
'schemas/dataset.json')
SCHEMA_PATH = os.path.join(dirname(__file__), 'data', 'dcatus', 'schemas/dataset.json')


@dataclass
Expand Down

0 comments on commit 7ae6447

Please sign in to comment.