Skip to content
Snippets Groups Projects
Commit df38250c authored by Oz Linden's avatar Oz Linden
Browse files

fix logging to diagnose path problem

parent 1055edb9
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ def construct(self): ...@@ -93,7 +93,7 @@ def construct(self):
self.path("windlight") self.path("windlight")
# ... and the pre-installed spell checking dictionaries # ... and the pre-installed spell checking dictionaries
dictdir = os.path.join(os.pardir, os.pardir, self.args['configuration'], 'packages/dictionaries') dictdir = os.path.join(os.pardir, os.pardir, self.args['configuration'], 'packages/dictionaries')
print "Trying dictionary relative to %s with %s" % (get_build_prefix(), dictdir); print "Trying dictionary relative to %s with %s" % (self.get_build_prefix(), dictdir);
self.path(src=dictdir, self.path(src=dictdir,
dst="dictionaries") dst="dictionaries")
self.end_prefix("app_settings") self.end_prefix("app_settings")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment