Skip to content
Snippets Groups Projects
Commit 875f21e1 authored by valentin.emiya's avatar valentin.emiya
Browse files

update CI

parent 85d57081
No related branches found
No related tags found
No related merge requests found
Pipeline #5106 failed
...@@ -18,6 +18,10 @@ if __name__ == '__main__': ...@@ -18,6 +18,10 @@ if __name__ == '__main__':
generate_config() generate_config()
config = ConfigParser() config = ConfigParser()
config.read(config_file) config.read(config_file)
print(Path(__file__))
print(Path(__file__).parent)
print(Path(__file__).parent.parent)
print(Path(__file__).parent.parent.absolute())
data_path = Path(__file__).parent.parent.absolute() / 'data' data_path = Path(__file__).parent.parent.absolute() / 'data'
print('Data path:', str(data_path)) print('Data path:', str(data_path))
config.set('DATA', 'data_path', str(data_path)) config.set('DATA', 'data_path', str(data_path))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment