1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

cli: spawn: Fix error message when certidude signer is already running

This commit is contained in:
Priit Laes 2015-08-27 12:19:29 +00:00
parent 49a79c9180
commit 03f9c9fd50

View File

@ -124,7 +124,9 @@ def certidude_spawn(kill, no_interaction):
sleep(1)
except ProcessLookupError:
pass
ca_loaded = True
else:
ca_loaded = True
continue
child_pid = os.fork()