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

fix flake8 harder

This commit is contained in:
Daniel Thorn
2016-09-02 13:41:19 -07:00
committed by GitHub
parent dd2ec16ed7
commit 3eb5e1df51

View File

@@ -357,8 +357,8 @@ def main():
has_master_keys = True
else:
try:
print("ERROR: could not find a valid master key to encrypt "
"the data key with.\nAdd at least one KMS or PGP "
print("ERROR: could not find a valid master key to encrypt"
" the data key with.\nAdd at least one KMS or PGP "
"master key to the `sops` branch,\nor ctrl+c to "
"exit without saving.")
raw_input()