Skip to content

Commit c0bd894

Browse files
committed
fix
1 parent b854706 commit c0bd894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def check_bolt_optimized():
871871
if is_wasi:
872872
return False
873873
config_args = sysconfig.get_config_var('CONFIG_ARGS') or ''
874-
return '--enable-bolt' in configs_args
874+
return '--enable-bolt' in config_args
875875

876876

877877
Py_GIL_DISABLED = bool(sysconfig.get_config_var('Py_GIL_DISABLED'))

0 commit comments

Comments
 (0)