Skip to content

Commit

Permalink
node.py: pylint fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
  • Loading branch information
ddutt committed May 25, 2024
1 parent e132937 commit 28dd241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suzieq/poller/worker/nodes/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ async def _post_result(self, service_callback: asyncio.coroutine,
async def _parse_device_type_hostname(self, output, _) -> None:
devtype = ""
hostname = None
version_str = '0.0.0' # default that's possibly never used

if output[0]["status"] == 0:
# don't keep trying if we're connected to an unsupported dev
Expand Down

0 comments on commit 28dd241

Please sign in to comment.