Fixed minor issues

This commit is contained in:
GeorgianaElena
2019-02-12 14:35:59 +02:00
parent 03b4c6218b
commit 956c95e527
4 changed files with 4 additions and 4 deletions

View File

@@ -84,4 +84,4 @@ def check_service_active(name):
], check=True)
return True
except subprocess.CalledProcessError:
return False
return False