From 3eb5e1df511fbd1cb12ebdaa2365cdffece6e2be Mon Sep 17 00:00:00 2001 From: Daniel Thorn Date: Fri, 2 Sep 2016 13:41:19 -0700 Subject: [PATCH] fix flake8 harder --- sops/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sops/__init__.py b/sops/__init__.py index 45ea253bd..dd1bb3b19 100644 --- a/sops/__init__.py +++ b/sops/__init__.py @@ -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()