mirror of
https://github.com/aljazceru/recon-pipeline.git
synced 2025-12-20 15:54:25 +01:00
added CI pipeline (#2)
* Create pythonapp.yml * Update pythonapp.yml * fixing up flake8/black * Update pythonapp.yml * testing addition of tests * testing masscan install * testing pipenv install * test install command done? * first set of tests complete
This commit is contained in:
@@ -251,7 +251,7 @@ class ReconShell(cmd2.Cmd):
|
||||
out, err = proc.communicate()
|
||||
|
||||
if err:
|
||||
self.async_alert(style(f"[!] {err.decode().strip()}", fg="bright_red"))
|
||||
self.poutput(style(f"[!] {err.decode().strip()}", fg="bright_red"))
|
||||
|
||||
retvals.append(proc.returncode)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user