--- a/RefactoringRope/RefactoringClient.py Thu Dec 30 11:20:04 2021 +0100 +++ b/RefactoringRope/RefactoringClient.py Thu Dec 30 12:33:10 2021 +0100 @@ -181,7 +181,8 @@ "RopeFolderName": self.__project.ropefolder.real_path, "DefaultConfig": self.__project._default_config(), "RopeHelpFile": os.path.join( - os.path.dirname(__file__), "Documentation", "rope", "overview.rst"), + os.path.dirname(__file__), "Documentation", "rope", + "overview.rst"), "RopeInfo": rope.INFO, "RopeVersion": rope.VERSION, "RopeCopyright": rope.COPYRIGHT,