Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theGowda committed Dec 1, 2024
1 parent c26da6d commit 364cd71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librouteros/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def where(self, *args: str):
return self

def __aiter__(self):
cmd = str(self.path.join("print"))
words = tuple(self.query)
if len(self.keys) > 0:
keys = ",".join(str(key) for key in self.keys)
Expand Down

0 comments on commit 364cd71

Please sign in to comment.