Skip to content

Commit

Permalink
add else
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrabel-db committed Oct 17, 2023
1 parent 1e15eb7 commit d7fbae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pylsp/plugins/rope_autoimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,5 @@ def pylsp_workspace_configuration_changed(config: Config, workspace: Workspace):
"""
if config.plugin_settings("rope_autoimport").get("enabled", False):
_reload_cache(config, workspace)
else:
log.debug("autoimport: Skipping cache reload.")

0 comments on commit d7fbae4

Please sign in to comment.