mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Accept the rught number of Args
This commit is contained in:
parent
7355f53057
commit
2adc263b4c
@ -1218,5 +1218,5 @@ class DumbAuth(object):
|
||||
The dumbauth class is used to stub out auth calls fired from the FSClient
|
||||
subsystem
|
||||
'''
|
||||
def gen_token(self):
|
||||
return ''
|
||||
def gen_token(self, clear_tok):
|
||||
return clear_tok
|
||||
|
Loading…
Reference in New Issue
Block a user