sebastien / cuisine

Chef-like functionality for Fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dir attrib recursive broken

davidmmiller opened this issue · comments

Commit bade862 seems to have broken setting directory modes.

File "/usr/local/lib/python2.7/dist-packages/cuisine.py", line 580, in dir_attribs
run('chmod %s "%s"' % (recursive, mode, location))
TypeError: not all arguments converted during string formatting