RefactoringRope/RefactoringClient.py

changeset 294
78e4a6823a98
parent 293
dd1c7ed6d880
child 302
2e853e2f2430
--- a/RefactoringRope/RefactoringClient.py	Sun Nov 11 19:43:56 2018 +0100
+++ b/RefactoringRope/RefactoringClient.py	Mon Nov 12 19:03:47 2018 +0100
@@ -251,12 +251,10 @@
             the server
         @type dict
         """
-        # TODO: remove Subcommand handling
         title = params["Title"]
         filename = params["FileName"]
         offset = params["Offset"]
         source = params["Source"]
-        subcommand = params["Subcommand"]
         
         errorDict = {}
         location = None
@@ -272,7 +270,6 @@
         
         result = {
             "Title": title,
-            "Subcommand": subcommand,
         }
         if location is not None:
             result["Location"] = [

eric ide

mercurial