Adds error tracking to micro800 write tag

This commit is contained in:
Patrick McDonagh
2016-07-14 18:55:12 -05:00
parent 8bec0aafd4
commit ae209c7b39

View File

@@ -14,7 +14,7 @@ def readMicroTag(addr, tag):
except Exception:
err = c.get_status()
c.close()
print err
print("Error with {}: {}".format(tag, err))
pass
c.close()