Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update bro.py: Fix undefined name in Python code
`outfile` is used before it is defined on the following line so use `options.outfile` instead. % `ruff check` ``` Error: python/bro.py:168:64: F821 Undefined name `outfile` ```
- Loading branch information