mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Remove test
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e922c36e00
commit
69ae060241
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class GPGVerify(Configs): # pylint: disable=[R0903]
|
||||||
# exit_code: int = 0
|
# exit_code: int = 0
|
||||||
for file in asc_files:
|
for file in asc_files:
|
||||||
|
|
||||||
with subprocess.Popen(f'{gpg_command} {file}a', shell=True, stdout=subprocess.PIPE,
|
with subprocess.Popen(f'{gpg_command} {file}', shell=True, stdout=subprocess.PIPE,
|
||||||
stderr=subprocess.STDOUT, text=True) as process:
|
stderr=subprocess.STDOUT, text=True) as process:
|
||||||
|
|
||||||
process.wait()
|
process.wait()
|
||||||
|
|
Loading…
Reference in a new issue