Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Feb 1, 2024
1 parent 41c9604 commit 013a7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hed/tools/analysis/key_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def _update(self, base_df):
next_pos += pos_update
if row_list:
df = pd.DataFrame(row_list)
# Ignore empty col_map to supress warning
# Ignore empty col_map to suppress warning
col_map = self.col_map if not self.col_map.empty else None
self.col_map = pd.concat([col_map, df], axis=0, ignore_index=True)

Expand Down

0 comments on commit 013a7fa

Please sign in to comment.