diff --git a/wetb/prepost/dlcdefs.py b/wetb/prepost/dlcdefs.py index ce8dbc144de91964c096119bf9f4e63159aa1574..fbfe9537d90bc89c2ebf2d43ad63487569b0c79d 100644 --- a/wetb/prepost/dlcdefs.py +++ b/wetb/prepost/dlcdefs.py @@ -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)