mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Remove comments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
69ae060241
commit
aff579f308
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ class GPGVerify(Configs): # pylint: disable=[R0903]
|
|||
gpg_command: str = 'gpg --verify'
|
||||
self.view_process.message('Verify files with GPG')
|
||||
|
||||
# exit_code: int = 0
|
||||
for file in asc_files:
|
||||
|
||||
with subprocess.Popen(f'{gpg_command} {file}', shell=True, stdout=subprocess.PIPE,
|
||||
|
|
Loading…
Reference in a new issue