We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ddd91 commit 390d64aCopy full SHA for 390d64a
1 file changed
docs/source/_ext/dissect_supported_table.py
@@ -90,7 +90,7 @@ def validate_references(self, table_name: str, module_references: list[str]):
90
91
if file.stem in black_list:
92
LOGGER.debug(
93
- DISSECT_PREFIX + colorize("darkgrey", "Skipping %s"), relative_file
+ DISSECT_PREFIX + colorize("darkgray", "Skipping %s"), relative_file
94
)
95
continue
96
0 commit comments