On 17/11/2020 23:35, Loris Bennett wrote:
dn writes:
On 17/11/2020 22:01, Loris Bennett wrote:
Hi,
I have a method for manipulating the membership of groups such as:
def execute(self, operation, users, group):
"""
Perform the given operation on the users with respe
According to my understanding, when the "Select Interpreter" option is used,
only the current session is affected. It does not change the path of the
default interpreter that VS Code tries to use. My suggestion would
be to try to change the path specified in "Python: Default Interpreter
Path" se
dn writes:
> On 17/11/2020 22:01, Loris Bennett wrote:
>> Hi,
>>
>> I have a method for manipulating the membership of groups such as:
>>
>> def execute(self, operation, users, group):
>> """
>> Perform the given operation on the users with respect to the
>> group
On 17/11/2020 22:01, Loris Bennett wrote:
Hi,
I have a method for manipulating the membership of groups such as:
def execute(self, operation, users, group):
"""
Perform the given operation on the users with respect to the
group
"""
action = {
Hi,
I have a method for manipulating the membership of groups such as:
def execute(self, operation, users, group):
"""
Perform the given operation on the users with respect to the
group
"""
action = {
'get': self.get,
'add': sel