Skip to content

Commit

Permalink
Fixed wrong indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Mar 4, 2024
1 parent 4de9e23 commit 6252085
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions pysmi/scripts/mibdump.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,24 +373,24 @@ def start():
if verboseFlag:
sys.stderr.write(
"""Source MIB repositories: {}
Borrow missing/failed MIBs from: {}
Existing/compiled MIB locations: {}
Compiled MIBs destination directory: {}
MIBs excluded from code generation: {}
MIBs to compile: {}
Destination format: {}
Parser grammar cache directory: {}
Also compile all relevant MIBs: {}
Rebuild MIBs regardless of age: {}
Dry run mode: {}
Create/update MIBs: {}
Byte-compile Python modules: {} (optimization level {})
Ignore compilation errors: {}
Generate OID->MIB index: {}
Generate texts in MIBs: {}
Keep original texts layout: {}
Try various file names while searching for MIB module: {}
""".format(
Borrow missing/failed MIBs from: {}
Existing/compiled MIB locations: {}
Compiled MIBs destination directory: {}
MIBs excluded from code generation: {}
MIBs to compile: {}
Destination format: {}
Parser grammar cache directory: {}
Also compile all relevant MIBs: {}
Rebuild MIBs regardless of age: {}
Dry run mode: {}
Create/update MIBs: {}
Byte-compile Python modules: {} (optimization level {})
Ignore compilation errors: {}
Generate OID->MIB index: {}
Generate texts in MIBs: {}
Keep original texts layout: {}
Try various file names while searching for MIB module: {}
""".format(
", ".join(mibSources),
", ".join([x[0] for x in mibBorrowers if x[1] == genMibTextsFlag]),
", ".join(mibSearchers),
Expand Down

0 comments on commit 6252085

Please sign in to comment.