mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
7d42c164fc
commit
da03f39425
|
|
@ -41,7 +41,7 @@ class BCETranslate(BCTranslate):
|
||||||
"BoundaryCondition", "Mage hydrograph file (*.HYD)")
|
"BoundaryCondition", "Mage hydrograph file (*.HYD)")
|
||||||
self._dict["file_lim"] = _translate(
|
self._dict["file_lim"] = _translate(
|
||||||
"BoundaryCondition", "Mage limnigraph file (*.LIM)")
|
"BoundaryCondition", "Mage limnigraph file (*.LIM)")
|
||||||
self._dict["file_lim"] = _translate(
|
self._dict["file_ava"] = _translate(
|
||||||
"BoundaryCondition", "Mage rating curve file (*.AVA)")
|
"BoundaryCondition", "Mage rating curve file (*.AVA)")
|
||||||
self._dict["file_all"] = _translate(
|
self._dict["file_all"] = _translate(
|
||||||
"BoundaryCondition", "All files (*)")
|
"BoundaryCondition", "All files (*)")
|
||||||
|
|
|
||||||
|
|
@ -314,9 +314,10 @@ class InitialConditionsWindow(PamhyrWindow):
|
||||||
|
|
||||||
def _import_from_results(self, results):
|
def _import_from_results(self, results):
|
||||||
logger.debug(f"import from results: {results}")
|
logger.debug(f"import from results: {results}")
|
||||||
self._table.import_from_results(row, results)
|
self._table.import_from_results(results)
|
||||||
|
|
||||||
def _import_from_ini_file(self, file_name):
|
def _import_from_ini_file(self, file_name):
|
||||||
|
logger.debug(f"import from INI file: {file_name}")
|
||||||
self._table.read_from_ini(file_name)
|
self._table.read_from_ini(file_name)
|
||||||
|
|
||||||
def move_up(self):
|
def move_up(self):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue