We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94603c1 commit 90908abCopy full SHA for 90908ab
src/robotide/application/application.py
@@ -87,12 +87,11 @@ def _get_editor(self):
87
return maybe_editor
88
89
def _load_data(self):
90
- # FIXME: wxPython3 hack
91
- path = None #self._initial_path or self._get_latest_path()
+ path = self._initial_path or self._get_latest_path()
92
if path:
93
with self.active_event_loop():
94
# FIXME: wxPython3 hack
95
- #observer = LoadProgressObserver(self.frame)
+ # observer = LoadProgressObserver(self.frame)
96
self._controller.load_data(path, None)
97
98
def _find_robot_installation(self):
0 commit comments