Skip to content

Commit 9b51688

Browse files
dduttclaudious96
authored andcommitted
node.py: pylint fixup
Signed-off-by: Dinesh Dutt <[email protected]>
1 parent ac32feb commit 9b51688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suzieq/poller/worker/nodes/node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ async def _post_result(self, service_callback: asyncio.coroutine,
344344
async def _parse_device_type_hostname(self, output, _) -> None:
345345
devtype = ""
346346
hostname = None
347+
version_str = '0.0.0' # default that's possibly never used
347348

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

0 commit comments

Comments
 (0)