mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] forgot to add self to method signature
This commit is contained in:
parent
f0541e570d
commit
f99b1e4152
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class BaseActionsMapParser(object):
|
||||||
# Each parser classes must implement these methods.
|
# Each parser classes must implement these methods.
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def format_arg_names(name, full):
|
def format_arg_names(self, name, full):
|
||||||
"""Format argument name
|
"""Format argument name
|
||||||
|
|
||||||
Format agument name depending on its 'full' parameter and return
|
Format agument name depending on its 'full' parameter and return
|
||||||
|
|
Loading…
Add table
Reference in a new issue