Merge pull request #785 from eltociear/patch-2

Debug: update QueueTools.py
This commit is contained in:
MMX 2024-07-27 06:29:54 +03:00 committed by GitHub
commit b604ec61f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ class QueueInspector:
except Exception as exc:
# If the TRACE functionality of the RTOS is not enabled,
# then the queue type will not be availabe in the queue
# then the queue type will not be available in the queue
# handle - so we return None
print("Failed to get Type: %s" % str(exc))
return None