mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
Resolved the suggestions.
This commit is contained in:
@@ -187,7 +187,7 @@ if __name__ == "__main__":
|
||||
"--output",
|
||||
"-o",
|
||||
type=str,
|
||||
default=str(Path(__file__).resolve().parent / "linter-data.json"),
|
||||
default=(Path(__file__).resolve().parent / "linter-data.json").as_posix(),
|
||||
help="Path to output file (lint.py will be looking for linter-data.json)",
|
||||
)
|
||||
main(parser.parse_args(args=argv[1:]))
|
||||
|
||||
Reference in New Issue
Block a user