From 6ea846ce45cbe114e2cb6b9e30ba9e35c7529864 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 15 Mar 2021 08:36:27 +1100 Subject: [PATCH] Add a #TODO --- InvenTree/InvenTree/status.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/InvenTree/status.py b/InvenTree/InvenTree/status.py index f7c955c394..8c65bdc302 100644 --- a/InvenTree/InvenTree/status.py +++ b/InvenTree/InvenTree/status.py @@ -24,6 +24,7 @@ def is_q_cluster_running(**kwargs): clusters = Stat.get_all() if len(clusters) > 0: + # TODO - Introspect on any cluster information return True """