[fix] forgot to add self to method signature

This commit is contained in:
Laurent Peuch 2016-12-03 00:27:20 +01:00
parent f0541e570d
commit f99b1e4152

View file

@ -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