Skip to content

Commit

Permalink
Iris Console: typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
zCoCo committed Sep 20, 2022
1 parent b1fcf9c commit 48e125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/GroundSoftware/trans_tools_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def update_telemetry_payload_log_dataframe(t: TelemetryPayload) -> None:
# with data from the given telemetry payload `t`.

# Format value (if enum):
if t.channel.datatype == FswDataType.ENUM:
if t.channel.is_enum:
if isinstance(t.data, str):
val = f"{t.data}[{t.channel.get_enum_value(t.data)}]"
else:
Expand Down

0 comments on commit 48e125b

Please sign in to comment.