[Scons-dev] Issue 2494

Adarsh Sanjeev adarshsanjeev at gmail.com
Sat Jan 2 03:12:57 EST 2016


Hey,
I am currently working on Issue 2494. I have run into a problem where I
have to modify

def chmod_strfunc(dest, mode):
    return 'Chmod(%s, 0%o)' % (get_paths_str(dest), mode)

Chmod = ActionFactory(chmod_func, chmod_strfunc)

to allow strings, as well as octal values for mode. Could someone help me
do this, as I am unsure how to combine both?

-- 
Adarsh Sanjeev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist2.pair.net/pipermail/scons-dev/attachments/20160102/27d2c176/attachment.html>


More information about the Scons-dev mailing list