Skip to content

Commit 7576b0a

Browse files
committed
fix path to manage.py
1 parent 5152232 commit 7576b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from neurosynth_compose.database import db
1515
from neurosynth_compose import models
1616
from neurosynth_compose.ingest import neurostore as ingest_nstore
17-
from neurosynth_compose.backfill_extraction_metadata import (
17+
from compose.backend.neurosynth_compose.scripts.backfill_extraction_metadata import (
1818
add_missing_extraction_ids,
1919
)
2020

0 commit comments

Comments
 (0)