JetBrains-Research / astminer

A library for mining of path-based representations of code (and more)
MIT License
282 stars 80 forks source link

Fix property name in python yaml config #210

Open chenggong03 opened 2 years ago

chenggong03 commented 2 years ago

Fixing path and width unknown error com.charleskorn.kaml.UnknownPropertyException at storage.maxPathWidth on line 25, column 3: Unknown property 'maxPathWidth'. Known properties are: length, maxPathContextsPerEntity, nodesToNumber, width

worldbeater commented 1 year ago

Just stumbled upon this issue and can confirm that altering the names of options in antlr_python_paths.yaml helps.