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
_______________________________________________
Scons-dev mailing list
[email protected]
https://pairlist2.pair.net/mailman/listinfo/scons-dev