Skip to content

Commit 6177dea

Browse files
committed
Restore method documentation in _get_tool_version
1 parent f89b5bc commit 6177dea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wifite/util/system_check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ def check_tools(self) -> List[ToolCheckResult]:
281281
return results
282282

283283
def _get_tool_version(self, name: str) -> Optional[str]:
284+
"""Try to get version string for a tool."""
284285
if name == 'airmon-ng':
285286
if shutil.which(name):
286287
return None

0 commit comments

Comments
 (0)