mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix a debug message
This commit is contained in:
@@ -119,7 +119,7 @@ def _internal_check_array_additions(context, sequence):
|
|||||||
|
|
||||||
# reset settings
|
# reset settings
|
||||||
settings.dynamic_params_for_other_modules = temp_param_add
|
settings.dynamic_params_for_other_modules = temp_param_add
|
||||||
debug.dbg('Dynamic array result %s' % added_types, color='MAGENTA')
|
debug.dbg('Dynamic array result %s', added_types, color='MAGENTA')
|
||||||
return added_types
|
return added_types
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user