RefactoringRope/RefactoringClient.py

branch
eric7
changeset 375
c61a2f18ed78
parent 374
958f34e97952
child 381
88ef06966203
--- 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,

eric ide

mercurial