fsconfig: fix pylint warning am: 4165c635b8
am: 3f9be0b6ae
Change-Id: Iad144edd409640385a69ce0f5c35048d30a494f9
This commit is contained in:
@@ -289,6 +289,7 @@ class AIDHeaderParser(object):
|
|||||||
|
|
||||||
def error_message(msg):
|
def error_message(msg):
|
||||||
"""Creates an error message with the current parsing state."""
|
"""Creates an error message with the current parsing state."""
|
||||||
|
# pylint: disable=cell-var-from-loop
|
||||||
return 'Error "{}" in file: "{}" on line: {}'.format(
|
return 'Error "{}" in file: "{}" on line: {}'.format(
|
||||||
msg, self._aid_header, str(lineno))
|
msg, self._aid_header, str(lineno))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user