Get rid of useless inline comment.

feature/documentation-builds-html
Isis Lovecruft 2013-04-15 01:11:20 +00:00
parent a17b8828c1
commit 06a480b669
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ class GPG(object):
recipients = (recipients,)
for recipient in recipients:
args.append('--recipient "%s"' % recipient)
if armor: # create ascii-armored output - set to False for binary output
if armor:
args.append('--armor')
if output: # write the output to a file with the specified name
if os.path.exists(output):