Skip to content

Commit

Permalink
Fix default mei-dir in index_manuscript_mei
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Apr 17, 2024
1 parent 9752d86 commit 3d7eb64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from solr.core import SolrConnection # type: ignore

MEI4_DIR = path.join("code", "production-mei-files")
MEI4_DIR = path.join("/code", "production-mei-files")


class Command(BaseCommand):
Expand All @@ -35,7 +35,7 @@ def add_arguments(self, parser: CommandParser) -> None:
default=MEI4_DIR,
help=(
"The directory containing the MEI files to be indexed."
"Defaults to 'code/production-mei-files'."
"Defaults to '/code/production-mei-files'."
),
)
parser.add_argument(
Expand Down

0 comments on commit 3d7eb64

Please sign in to comment.