Skip to content

Commit 2fd3be8

Browse files
committed
Fix Pylint error in scripts/config.py
Fix indentation error in scripts/config.py Signed-off-by: Juha Ylinen <[email protected]>
1 parent 9c34aea commit 2fd3be8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ def write(self, filename=None):
485485
def main():
486486
"""Command line mbedtls_config.h manipulation tool."""
487487
parser = argparse.ArgumentParser(description="""
488-
Mbed TLS configuration file manipulation tool.
489-
""",
490-
allow_abbrev=False)
488+
Mbed TLS configuration file manipulation tool.
489+
""",
490+
allow_abbrev=False)
491491
parser.add_argument('--file', '-f',
492492
help="""File to read (and modify if requested).
493493
Default: {}.

0 commit comments

Comments
 (0)