what is it intended to do?

1. self is wrong. This means the caller of
prefixForBuildType puts the buildType arg into self,
and _buildType will always be None.

2. whatever arguments it gets, it always returns ''

I tend to simply removing it and inlining its call in
emerge.py

def prefixForBuildType( self, _buildType=None ):
    postfix = ''
    if _buildType == None:
        _buildType = buildType()
    return postfix


-- 
Wolfgang
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to