mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix indent
This commit is contained in:
@@ -162,7 +162,7 @@ def pull_image(module: str):
|
|||||||
proc = subprocess.run(pull_command, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
proc = subprocess.run(pull_command, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||||
return_code = proc.returncode
|
return_code = proc.returncode
|
||||||
if return_code != 0:
|
if return_code != 0:
|
||||||
print(f' [ERROR] Failed to pull image so-{module}, skipping state.')
|
print(f'[ERROR] Failed to pull image so-{module}, skipping state.')
|
||||||
else:
|
else:
|
||||||
return_code = 0
|
return_code = 0
|
||||||
return return_code
|
return return_code
|
||||||
|
|||||||
Reference in New Issue
Block a user