On 04/ 7/11 01:21 PM, Keith Mitchell wrote:
On 04/ 7/11 12:20 PM, sanjay nadkarni wrote:
On 04/ 7/11 01:16 PM, Keith Mitchell wrote:
On 04/ 7/11 12:02 PM, sanjay nadkarni wrote:
Fixes some merge errors and other fixes
http://cr.opensolaris.org/~nadkarni/testing1/
-Sanjay
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
588 of cpio.py:
Why bother with the 'if' block at all now? If args comes back as
None, just leave it as None?
It does not come back as None but as an empty list, hence the test.
-Sanjay
In that case, the code should change the check on line 595 to just "if
args" (which will return false for empty list). Then the setting to
None is unneeded.
okay.
-Sanjay
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss