Skip to content

Commit

Permalink
pandas/devconfig: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: LucaNicosia <[email protected]>
  • Loading branch information
LucaNicosia committed May 27, 2024
1 parent 4f42f1a commit be27341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suzieq/engines/pandas/devconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get(self, **kwargs):
devdf = self._get_table_sqobj('device') \
.get(columns=['namespace', 'hostname', 'os'], **kwargs)

if devdf.empty or 'errror' in devdf.columns:
if devdf.empty or 'error' in devdf.columns:
return df

drop_indices: List[int] = []
Expand Down

0 comments on commit be27341

Please sign in to comment.