Skip to content
Snippets Groups Projects
Commit 11ddcbb2 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlcdefs: change default prepost dir

parent bd0c904d
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ def configure_dirs(verbose=False):
raise ValueError('Could not find master file in htc/_master')
MASTERFILE = master
P_MASTERFILE = os.path.join(P_SOURCE, 'htc%s_master%s' % (os.sep, os.sep))
POST_DIR = os.path.join(p_run_root, PROJECT, 'python-prepost-data%s' % os.sep)
POST_DIR = os.path.join(p_run_root, PROJECT, 'prepost-data%s' % os.sep)
if verbose:
print('='*79)
......
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