From 49db7406a59ce815396cb1b54667c2efca233bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sat, 16 May 2020 16:46:53 +0100 Subject: Remove f-string prefix from strings with no placeholders. --- reversing_tools/abbott/extract_freestyle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reversing_tools/abbott/extract_freestyle.py') diff --git a/reversing_tools/abbott/extract_freestyle.py b/reversing_tools/abbott/extract_freestyle.py index 0089245..99a15f9 100755 --- a/reversing_tools/abbott/extract_freestyle.py +++ b/reversing_tools/abbott/extract_freestyle.py @@ -119,7 +119,7 @@ def main(): descriptor = session.device_descriptors.get(args.device_address, None) if not descriptor: logging.warning( - f"Unable to find device %s in the capture's descriptors." + "Unable to find device %s in the capture's descriptors." " Assuming non-encrypted protocol.", args.device_address, ) -- cgit v1.2.3