scripts: logging/dictionary: fix annoying pylint warning
pylint keeps failing and complaining about arg_data_type is used before assignment. So assign it to None to silence the warning. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
f5762e07f2
commit
2eb0ffb7ea
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class LogParserV1(LogParser):
|
|||
Python's string formatting"""
|
||||
idx = 0
|
||||
arg_offset = 0
|
||||
arg_data_type = None
|
||||
is_parsing = False
|
||||
do_extract = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue