Skip to content

Commit

Permalink
Update pylsp/workspace.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
tkrabel-db and ccordoba12 authored Oct 27, 2023
1 parent 4f3b848 commit 91c32a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylsp/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__(self, root_uri, endpoint, config=None):
# Whilst incubating, keep rope private
self.__rope = None
self.__rope_config = None

# We have a sperate AutoImport object for each feature to avoid sqlite errors
# from accessing the same database from multiple threads.
# An upstream fix discussion is here: https://github.com/python-rope/rope/issues/713
Expand Down

0 comments on commit 91c32a5

Please sign in to comment.