Do no use check, as we want to check it outselves
All checks were successful
Test Python / Test (push) Successful in 23s
All checks were successful
Test Python / Test (push) Successful in 23s
This commit is contained in:
parent
c385e17d45
commit
6b6832952f
|
@ -194,7 +194,7 @@ class SecretLoader:
|
|||
return None
|
||||
|
||||
cmd = ['pass', 'show', f'{self.pass_folder}/{secret_name.lower()}']
|
||||
process = subprocess.run(cmd, capture_output=True, check=True)
|
||||
process = subprocess.run(cmd, capture_output=True, check=False)
|
||||
if process.returncode:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user