Skip to content

Commit be27341

Browse files
committed
pandas/devconfig: fix typo
Signed-off-by: LucaNicosia <[email protected]>
1 parent 4f42f1a commit be27341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suzieq/engines/pandas/devconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get(self, **kwargs):
2727
devdf = self._get_table_sqobj('device') \
2828
.get(columns=['namespace', 'hostname', 'os'], **kwargs)
2929

30-
if devdf.empty or 'errror' in devdf.columns:
30+
if devdf.empty or 'error' in devdf.columns:
3131
return df
3232

3333
drop_indices: List[int] = []

0 commit comments

Comments
 (0)