diff options
author | jblum | 2008-09-17 03:11:44 +0000 |
---|---|---|
committer | jblum | 2008-09-17 03:11:44 +0000 |
commit | a91336462fa381e6744240580c545b01537ddbec (patch) | |
tree | fb99adfaec09ca7d6418c8ad32fb53f7e3066809 /grc/src/platforms/python | |
parent | e902750cc04f1d02d589b8237a181bed4c8f626c (diff) | |
download | gnuradio-a91336462fa381e6744240580c545b01537ddbec.tar.gz gnuradio-a91336462fa381e6744240580c545b01537ddbec.tar.bz2 gnuradio-a91336462fa381e6744240580c545b01537ddbec.zip |
error message formatting
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9595 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/src/platforms/python')
-rw-r--r-- | grc/src/platforms/python/Constants.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/src/platforms/python/Constants.py.in b/grc/src/platforms/python/Constants.py.in index 973304eba..199b24223 100644 --- a/grc/src/platforms/python/Constants.py.in +++ b/grc/src/platforms/python/Constants.py.in @@ -37,7 +37,7 @@ HIER_BLOCK_FILE_MODE = stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IWGRP FLOW_GRAPH_TEMPLATE = os.path.join(DATA_DIR, 'flow_graph.tmpl') BLOCK_DTD = os.path.join(DATA_DIR, 'block.dtd') BLOCK_TREE = os.path.join(DATA_DIR, 'block_tree.xml') -DEFAULT_FLOW_GRAPH = os.path.join(DATA_DIR, 'default_flow_graph.grc.xml') +DEFAULT_FLOW_GRAPH = os.path.join(DATA_DIR, 'default_flow_graph.grc') #coloring COMPLEX_COLOR_SPEC = '#3399FF' |