Skip to content

Commit 31eea4e

Browse files
committed
Fix undefined log_error in downloadprovider.py
Was causing nightly tests to fail only on windows however which is strange
1 parent bb18989 commit 31eea4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/downloadprovider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import binaryninja
3030
import binaryninja._binaryninjacore as core
3131
from . import settings
32-
from .log import log_error_for_exception
32+
from .log import log_error_for_exception, log_error
3333

3434

3535
def to_bytes(field):

0 commit comments

Comments
 (0)