Skip to content

Commit

Permalink
refactor: the FIELDS_INFO_BY_TYPE does not exit!
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jul 16, 2023
1 parent f6d5da1 commit be940bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions antarest/study/business/table_mode_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ def __get_column_path(
path_vars: PathVars,
column: str,
) -> str:
# fixme: ❌ the `FIELDS_INFO_BY_TYPE` does not exit!
path = FIELDS_INFO_BY_TYPE[table_type][column]["path"]

if table_type == TableTemplateType.AREA:
Expand Down

0 comments on commit be940bb

Please sign in to comment.