Skip to content

Commit 158aae6

Browse files
Revert change that is causing error messages (robotframework#2575)
1 parent 2118bd5 commit 158aae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/robotide/editor/kweditor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _update_based_on_namespace_change(self):
145145

146146
def _ps_on_resize_grid(self, message):
147147
_ = message
148-
self._resize_grid(self)
148+
self._resize_grid()
149149

150150
@requires_focus
151151
def _resize_grid(self):
@@ -1027,7 +1027,7 @@ def execute_sharp_comment(self):
10271027
def execute_sharp_uncomment(self):
10281028
self._tc.execute_sharp_uncomment()
10291029

1030-
def Create(self, parent, id, evthandler):
1030+
def Create(self, parent, idd, evthandler):
10311031
self._tc = ExpandingContentAssistTextCtrl(parent, self._plugin, self._controller)
10321032
self.SetControl(self._tc)
10331033
if evthandler:

src/robotide/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# limitations under the License.
1515
#
1616
# Automatically generated by `tasks.py`.
17-
VERSION = '2.0.2.dev1'
17+
VERSION = '2.0.2.dev2'
1818

0 commit comments

Comments
 (0)