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 59953e1 commit aab3cb2Copy full SHA for aab3cb2
qiling/core.py
@@ -37,11 +37,11 @@ def __init__(
37
archtype: Union[str, QL_ARCH] = None,
38
verbose: QL_VERBOSE = QL_VERBOSE.DEFAULT,
39
profile: str = None,
40
- console=True,
+ console: bool = True,
41
log_file=None,
42
log_override=None,
43
- log_plain=False,
44
- multithread = False,
+ log_plain: bool = False,
+ multithread: bool = False,
45
filter = None,
46
stop: QL_STOP = QL_STOP.NONE,
47
*,
0 commit comments