From 0b4b08a2a7aa7e481ff591585b475e1bbcc7fc9d Mon Sep 17 00:00:00 2001 From: "valentin.emiya" <valentin.emiya@lif.univ-mrs.fr> Date: Wed, 3 Jun 2020 21:40:09 +0200 Subject: [PATCH] update CI --- python/tffpy/tests/ci_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/tffpy/tests/ci_config.py b/python/tffpy/tests/ci_config.py index 31ec288..56bc304 100644 --- a/python/tffpy/tests/ci_config.py +++ b/python/tffpy/tests/ci_config.py @@ -18,6 +18,8 @@ if __name__ == '__main__': generate_config() config = ConfigParser() config.read(config_file) + print(len(Path(__file__).parents)) + print(list(Path(__file__).parents)) data_path = Path(__file__).parents[3].absolute() / 'data' print('Data path:', str(data_path)) config.set('DATA', 'data_path', str(data_path)) -- GitLab