Changeset - f6c73fafffe9
[Not reviewed]
default
0 1 0
Drew Perttula - 12 years ago 2013-06-06 08:21:56
drewp@bigasterisk.com
legacy config readers also peek in the show's build/ dir
Ignore-this: 3ddeedd14ef8d7d4da630c0d0da76135
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/showconfig.py
Show inline comments
 
@@ -13,7 +13,7 @@ def getGraph():
 
    global _config
 
    if _config is None:
 
        graph = Graph()
 
        for f in FilePath(root()).globChildren("*.n3"):
 
        for f in FilePath(root()).globChildren("*.n3") + FilePath(root()).globChildren("build/*.n3"):
 
            log.info("reading %s", f)
 
            graph.parse(location=f.path, format='n3')
 
        _config = graph
0 comments (0 inline, 0 general)