Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc6ab0c4 authored by William Roberts's avatar William Roberts Committed by android-build-merger
Browse files

fsconfig: fix pylint warning am: 4165c635 am: 3f9be0b6 am: d469a347

am: 04a672bd

Change-Id: I35ee3d659ccf377fcbef2df3b526f9334f9823a4
parents ceec74b6 04a672bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -289,6 +289,7 @@ class AIDHeaderParser(object):

            def error_message(msg):
                """Creates an error message with the current parsing state."""
                # pylint: disable=cell-var-from-loop
                return 'Error "{}" in file: "{}" on line: {}'.format(
                    msg, self._aid_header, str(lineno))