Scannererror In Brownie-config.yaml
I am following this guide: https://youtu.be/p36tXHX1JD8 (26:23) I typed everything in the brownie-cinfig.yaml like in the video dependencies: — OpenZeppelin/openzeppelin—contr
Solution 1:
You need to use an ASCII Hyphen-minus (-
) instead of a Unicode em dash (—
). While they look quite similar, YAML understands only the former one as special character in its syntax.
Post a Comment for "Scannererror In Brownie-config.yaml"