示例#1
0
 def readCurrentRunPath(self):
     current_case = getCurrentCaseName()
     run_path = LoadResultsModel.getCurrentRunPath()
     run_path = run_path.replace("<ERTCASE>",current_case)
     run_path = run_path.replace("<ERT-CASE>",current_case)
     return run_path
示例#2
0
 def readCurrentRunPath(self):
     current_case = getCurrentCaseName()
     run_path = LoadResultsModel.getCurrentRunPath()
     run_path = run_path.replace("<ERTCASE>",current_case)
     run_path = run_path.replace("<ERT-CASE>",current_case)
     return run_path