Browse Source

Merge pull request #7125 from verretor/2021-03-style

Minor style changes
patch-4
ThomasV 4 years ago
committed by GitHub
parent
commit
22e6fe09c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      contrib/sign_packages

3
contrib/sign_packages

@ -12,6 +12,3 @@ if __name__ == '__main__':
os.system("gpg --sign --armor --detach --passphrase \"%s\" %s"%(password, f))
os.chdir("..")

Loading…
Cancel
Save