Skip to content

Commit

Permalink
style(#3969): fit pep8 tools module
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Feb 21, 2023
1 parent 6ff260a commit 9e25b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/wazuh_testing/wazuh_testing/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def get_service():
else: # Linux, sunos5, darwin, aix...
try:
output = subprocess.check_output([f"{WAZUH_PATH}/bin/wazuh-control", "info", "-t"],
stderr=subprocess.PIPE).decode('utf-8').strip()
stderr=subprocess.PIPE).decode('utf-8').strip()
service = 'wazuh-manager' if service == 'server' else 'wazuh-agent'
except Exception:
service = 'N/A'
Expand Down

0 comments on commit 9e25b39

Please sign in to comment.