Skip to content

Commit e35da9e

Browse files
authored
Update common.py
1 parent a4a6c89 commit e35da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indicnlp/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
from pathlib import Path
1111

12-
INDIC_RESOURCES_PATH = os.path.join(Path(__file__).resolve().parent.parent, "RESOURCES")
12+
INDIC_RESOURCES_PATH = os.path.join(Path(__file__).resolve().parent, "RESOURCES")
1313

1414

1515
def init():

0 commit comments

Comments
 (0)