Skip to content

Commit 90908ab

Browse files
Reactivates opening previous tests/directory.
1 parent 94603c1 commit 90908ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/robotide/application/application.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ def _get_editor(self):
8787
return maybe_editor
8888

8989
def _load_data(self):
90-
# FIXME: wxPython3 hack
91-
path = None #self._initial_path or self._get_latest_path()
90+
path = self._initial_path or self._get_latest_path()
9291
if path:
9392
with self.active_event_loop():
9493
# FIXME: wxPython3 hack
95-
#observer = LoadProgressObserver(self.frame)
94+
# observer = LoadProgressObserver(self.frame)
9695
self._controller.load_data(path, None)
9796

9897
def _find_robot_installation(self):

0 commit comments

Comments
 (0)