aboutsummaryrefslogtreecommitdiffstats
path: root/edi/edidebug.py
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2022-01-19 14:49:17 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2022-01-19 14:49:17 +0100
commit23ade5792e57fd380aa72de9039148a7f946f3d6 (patch)
tree9e00003002b5c0f9d1b0c17d2b617ad3c5285134 /edi/edidebug.py
parent2234137c48974c11cd6053ec7e1af8b0f96f5737 (diff)
downloadmmbtools-aux-master.tar.gz
mmbtools-aux-master.tar.bz2
mmbtools-aux-master.zip
A few python changesHEADmaster
Diffstat (limited to 'edi/edidebug.py')
-rwxr-xr-xedi/edidebug.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/edi/edidebug.py b/edi/edidebug.py
index 9339bdb..d6e5f92 100755
--- a/edi/edidebug.py
+++ b/edi/edidebug.py
@@ -6,7 +6,7 @@
#
# The MIT License (MIT)
#
-# Copyright (c) 2017 Matthias P. Braendli
+# Copyright (c) 2019 Matthias P. Braendli
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -506,7 +506,7 @@ def decode_tag(tagpacket):
elif item['name'] == "*dmy":
decode_stardmy(item)
else:
- p.hexpr("Tag item '{}'".format(item['name']), item['value'])
+ p.hexpr("Unknown TAG item '{}'".format(item['name']), item['value'])
p.dec()
return True