From 8c180223b21268d4fd0f75d0655fb5ca2fe27704 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 11 Oct 2017 18:46:05 +0200 Subject: [style] pep8 --- src/leap/bitmask/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/bitmask/util.py') diff --git a/src/leap/bitmask/util.py b/src/leap/bitmask/util.py index 2cbea6e6..bd3d7442 100644 --- a/src/leap/bitmask/util.py +++ b/src/leap/bitmask/util.py @@ -85,7 +85,7 @@ def get_gpg_bin_path(): gpgbin = os.path.abspath( os.path.join(here(), "apps", "mail", "gpg.exe")) elif platform.system() == "Darwin": - gpgbin = '/Applications/Bitmask.app/Contents/Resources/gpg' + gpgbin = '/Applications/Bitmask.app/Contents/Resources/gpg' else: gpgbin = os.path.abspath( os.path.join(here(), "..", "apps", "mail", "gpg")) -- cgit v1.2.3