mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix samples path.
This commit is contained in:
parent
a195ac8ff9
commit
7e339e9ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ from pelican_tests.support import LoggedTestCase, mute, locale_available, unitte
|
|||
|
||||
CURRENT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
SAMPLES_PATH = os.path.abspath(os.path.join(
|
||||
CURRENT_DIR, os.pardir, os.pardir, 'samples'))
|
||||
CURRENT_DIR, os.pardir, 'samples'))
|
||||
OUTPUT_PATH = os.path.abspath(os.path.join(CURRENT_DIR, 'output'))
|
||||
|
||||
INPUT_PATH = os.path.join(SAMPLES_PATH, "content")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue