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

remove debugging prints around packaging the dictionaries

parent e02bf8f9
No related branches found
No related tags found
No related merge requests found
...@@ -94,11 +94,10 @@ def construct(self): ...@@ -94,11 +94,10 @@ def construct(self):
# ... and the included spell checking dictionaries # ... and the included spell checking dictionaries
pkgdir = os.path.join(self.args['build'], os.pardir, 'packages') pkgdir = os.path.join(self.args['build'], os.pardir, 'packages')
print "Trying to change src to %s" % (pkgdir);
if self.prefix(src=pkgdir,dst=""): if self.prefix(src=pkgdir,dst=""):
print "Trying dictionaries relative to %s with %s" % (self.get_src_prefix(), "dictionaries");
self.path("dictionaries") self.path("dictionaries")
self.end_prefix(pkgdir) self.end_prefix(pkgdir)
self.end_prefix("app_settings") self.end_prefix("app_settings")
if self.prefix(src="character"): if self.prefix(src="character"):
......
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