From e5a21d7fa4203d4a220263da5e65019178ed7a3a Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jun 26 2015 15:22:14 +0000 Subject: Remove forgotten byte literal marker. --- diff --git a/authinfo.py b/authinfo.py index 86433e6..6e59b5c 100644 --- a/authinfo.py +++ b/authinfo.py @@ -1940,7 +1940,7 @@ class AuthInfo: if rmactions == None: return False for action in rmactions: - if b"lockhelper.sh" in action: + if "lockhelper.sh" in action: lock = True if lock: self.setParam("smartcardAction", _("Lock"), ref)