Skip to content

Commit 0cb47d6

Browse files
committed
sqobjects/devconfig: add support for searching a line/section
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent 5530b63 commit 0cb47d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suzieq/sqobjects/devconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class DevconfigObj(SqObject):
88
def __init__(self, **kwargs):
99
super().__init__(table='devconfig', **kwargs)
1010
self._valid_get_args = ['namespace', 'hostname', 'columns',
11-
'query_str']
11+
'query_str', 'section']
1212

1313
def unique(self, **kwargs) -> pd.DataFrame:
1414
return pd.DataFrame(

0 commit comments

Comments
 (0)