summaryrefslogtreecommitdiffstats
path: root/reversing_tools/abbott/extract_freestyle.py
diff options
context:
space:
mode:
Diffstat (limited to 'reversing_tools/abbott/extract_freestyle.py')
-rwxr-xr-xreversing_tools/abbott/extract_freestyle.py2
1 files changed, 1 insertions, 1 deletions
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,
)