From 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 27 Jan 2022 22:43:28 -0500 Subject: Format All Files --- python/log.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/log.py') diff --git a/python/log.py b/python/log.py index 21e3bae2..04d8693a 100644 --- a/python/log.py +++ b/python/log.py @@ -18,12 +18,10 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. - # Binary Ninja components from . import _binaryninjacore as core from .enums import LogLevel - _output_to_log = False @@ -163,7 +161,7 @@ def log_to_stderr(min_level): core.BNLogToStderr(min_level) -def log_to_file(min_level, path, append = False): +def log_to_file(min_level, path, append=False): """ ``log_to_file`` redirects minimum log level to a file named ``path``, optionally appending rather than overwriting. -- cgit v1.3.1