1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

Add second blank line at end of function

This commit is contained in:
Danny Cheung
2016-12-30 11:40:34 +11:00
committed by Danny Cheung
parent c4783bb2c2
commit cdb394affa

View File

@@ -382,6 +382,7 @@ def main():
print("INFO: file written to %s" % (path), file=sys.stderr)
sys.exit(0)
def set_gpg_exec(exec_name=None):
"""Sets the name of the GPG binary to use for PGP.
If no exec_name is specified, use the SOPS_GPG_EXEC environment variable.