Skip to content

Commit acb6346

Browse files
committed
Allow load results manually in ert gui
Before load results manually would check whether runpath was valid, however that just checked for the precense of %d. Since results can be loaded regardless of %d, this button is now always enabled.
1 parent c1352d8 commit acb6346

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ert/gui/tools/load_results/load_results_tool.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def __init__(self, facade):
1414
)
1515
self.__import_widget = None
1616
self.__dialog = None
17-
self.setEnabled(self.is_valid_run_path())
1817

1918
def trigger(self):
2019
if self.__import_widget is None:

0 commit comments

Comments
 (0)