Adds error tracking to micro800 write tag
This commit is contained in:
@@ -14,7 +14,7 @@ def readMicroTag(addr, tag):
|
|||||||
except Exception:
|
except Exception:
|
||||||
err = c.get_status()
|
err = c.get_status()
|
||||||
c.close()
|
c.close()
|
||||||
print err
|
print("Error with {}: {}".format(tag, err))
|
||||||
pass
|
pass
|
||||||
c.close()
|
c.close()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user