Get rid of useless inline comment.
parent
a17b8828c1
commit
06a480b669
|
@ -827,7 +827,7 @@ class GPG(object):
|
||||||
recipients = (recipients,)
|
recipients = (recipients,)
|
||||||
for recipient in recipients:
|
for recipient in recipients:
|
||||||
args.append('--recipient "%s"' % recipient)
|
args.append('--recipient "%s"' % recipient)
|
||||||
if armor: # create ascii-armored output - set to False for binary output
|
if armor:
|
||||||
args.append('--armor')
|
args.append('--armor')
|
||||||
if output: # write the output to a file with the specified name
|
if output: # write the output to a file with the specified name
|
||||||
if os.path.exists(output):
|
if os.path.exists(output):
|
||||||
|
|
Loading…
Reference in New Issue