bfs icon indicating copy to clipboard operation
bfs copied to clipboard

bfs_chmod()接口一直返回 -1,bad parameter.

Open apady opened this issue 7 years ago • 1 comments

执行 src/sdk/python 里的 sample.py,当运行到 chmod 时就会报错,提示bad parameter。将同样的参数传给 C interface bfs_chmod() 同样返回-1。 Bug?

apady avatar Dec 12 '18 13:12 apady

chmod这个东西在bfs里面是不支持的,提示bad parameter是正常的

yvxiang avatar Dec 17 '18 08:12 yvxiang