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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user