Skip to content

Commit

Permalink
Merge pull request #125 from christian-monch/adapt-to-datalad-without…
Browse files Browse the repository at this point in the history
…-metadata

Move definition of `HANDLE_META_DIR` into cralwer
  • Loading branch information
yarikoptic authored Sep 16, 2022
2 parents 3ba80aa + c5ef13d commit 9d55cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datalad_crawler/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@

from os.path import join

from datalad.consts import HANDLE_META_DIR
from datalad.consts import DATALAD_DOTDIR
from datalad.consts import ARCHIVES_SPECIAL_REMOTE
from datalad.consts import DATALAD_SPECIAL_REMOTE

HANDLE_META_DIR = DATALAD_DOTDIR

# directory containing prepared metadata of a dataset repository:
CRAWLER_META_DIR = join(HANDLE_META_DIR, 'crawl')
CRAWLER_META_CONFIG_FILENAME = 'crawl.cfg'
Expand Down

0 comments on commit 9d55cb5

Please sign in to comment.