summaryrefslogtreecommitdiffstats
path: root/reversing_tools
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-05-16 17:46:53 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-05-16 17:49:48 +0200
commit49db7406a59ce815396cb1b54667c2efca233bfb (patch)
treeb5722d6c804555364e8aebf71c016d027c9befbe /reversing_tools
parentThere's no need to install the pre-commit to run it. (diff)
downloadglucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.tar
glucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.tar.gz
glucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.tar.bz2
glucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.tar.lz
glucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.tar.xz
glucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.tar.zst
glucometerutils-49db7406a59ce815396cb1b54667c2efca233bfb.zip
Diffstat (limited to 'reversing_tools')
-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,
)