From ad843023c65dc35aed73b7a4e4a78afbc7347f5d Mon Sep 17 00:00:00 2001 From: Josh Morman <jmorman@gnuradio.org> Date: Mon, 27 Dec 2021 13:16:21 -0500 Subject: grc: don't blacklist default fg id Signed-off-by: Josh Morman <jmorman@gnuradio.org> --- grc/core/Constants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'grc/core/Constants.py') diff --git a/grc/core/Constants.py b/grc/core/Constants.py index 93adec26be..3421d05331 100644 --- a/grc/core/Constants.py +++ b/grc/core/Constants.py @@ -20,6 +20,7 @@ DATA_DIR = os.path.dirname(__file__) BLOCK_DTD = os.path.join(DATA_DIR, 'block.dtd') DEFAULT_FLOW_GRAPH = os.path.join(DATA_DIR, 'default_flow_graph.grc') DEFAULT_HIER_BLOCK_LIB_DIR = os.path.expanduser('~/.grc_gnuradio') +DEFAULT_FLOW_GRAPH_ID = 'default' CACHE_FILE = os.path.expanduser('~/.cache/grc_gnuradio/cache_v2.json') -- cgit v1.2.3