Skip to content

Commit 1d82153

Browse files
committed
fixes yamlpath for userrating in CI
1 parent ce3d0c8 commit 1d82153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

migration/ormigrate/issue170_curation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def loadUserRating(cls,path=None):
2525
if len(CurationQualityChecker.userrating)==0:
2626
if path is None:
2727
path=OpenResearch.getCachePath()
28-
yamlPath=f"{path}/userrating.yaml"
28+
yamlPath=f"{path}/userrating.yaml"
2929
if os.path.isfile(yamlPath):
3030
with open(yamlPath, 'r') as stream:
3131
CurationQualityChecker.userrating = yaml.safe_load(stream)

0 commit comments

Comments
 (0)