From 8866872e437c07f3356cc97ee55193c2c0511390 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 28 Dec 2016 11:16:22 -0500 Subject: fixed path bug --- app/builder/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/builder') diff --git a/app/builder/base.py b/app/builder/base.py index f18523f..67a259e 100644 --- a/app/builder/base.py +++ b/app/builder/base.py @@ -14,7 +14,7 @@ class _FileWriter(object): """ Given a path and text object; write the page to disc """ - def __init__(self, path, text_object, ext='html', filename='index', base_path=settings.NFLATFILES_ROOT): + def __init__(self, path, text_object, ext='html', filename='index', base_path=settings.FLATFILES_ROOT): self.path = '%s%s' % (base_path, path) if not os.path.isdir(self.path): os.makedirs(self.path) -- cgit v1.2.3-70-g09d2