Update upload-file.py
This commit is contained in:
parent
9e8b21161c
commit
0fe8c02a47
@ -25,7 +25,7 @@ out, err = p.communicate()
|
|||||||
p=subprocess.Popen('gpg2 --list-key ' + email,shell=True,stdout=subprocess.PIPE)
|
p=subprocess.Popen('gpg2 --list-key ' + email,shell=True,stdout=subprocess.PIPE)
|
||||||
out, err = p.communicate()
|
out, err = p.communicate()
|
||||||
|
|
||||||
#do not upload again to the same key as this will mess up retreival of the file later
|
#do not upload again to the same key as this will mess up retrieval of the file later
|
||||||
print email
|
print email
|
||||||
key = out.split()[6] # parse out the key so we can use to send keys to the key servers
|
key = out.split()[6] # parse out the key so we can use to send keys to the key servers
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user