RefactoringRope/RefactoringClient.py

branch
server_client_variant
changeset 203
c38750e1bafd
parent 190
a1b9b4975806
child 204
b4bf79b956bc
--- a/RefactoringRope/RefactoringClient.py	Wed Sep 27 19:50:44 2017 +0200
+++ b/RefactoringRope/RefactoringClient.py	Fri Sep 29 10:23:35 2017 +0200
@@ -413,7 +413,7 @@
         elif subcommand == "GetChange":
             result = {
                 "Subcommand": "ChangeDescription",
-                "Description": 
+                "Description":
                     self.__changes["History"][params["Id"]].get_description()
             }
             
@@ -663,6 +663,7 @@
         @param params dictionary containing the method parameters sent by
             the server
         @type dict
+        @exception Exception raised to indicate an invalid extraction type
         """
         changeGroup = params["ChangeGroup"]
         title = params["Title"]

eric ide

mercurial