mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-24 01:34:26 +01:00
removed unnecessary print (#94)
This commit is contained in:
@@ -13,7 +13,6 @@ from ..tools import tools
|
|||||||
|
|
||||||
def meets_requirements(requirements, exception):
|
def meets_requirements(requirements, exception):
|
||||||
""" Determine if tools required to perform task are installed. """
|
""" Determine if tools required to perform task are installed. """
|
||||||
print(tools.items())
|
|
||||||
for tool in requirements:
|
for tool in requirements:
|
||||||
if not tools.get(tool).get("installed"):
|
if not tools.get(tool).get("installed"):
|
||||||
if exception:
|
if exception:
|
||||||
|
|||||||
Reference in New Issue
Block a user