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

update CI

parent 49e9f6a1
No related branches found
No related tags found
No related merge requests found
Pipeline #5105 failed
...@@ -18,7 +18,7 @@ if __name__ == '__main__': ...@@ -18,7 +18,7 @@ if __name__ == '__main__':
generate_config() generate_config()
config = ConfigParser() config = ConfigParser()
config.read(config_file) config.read(config_file)
data_path = Path(__file__).parent.parent / '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))
config.write(open(config_file, 'w')) config.write(open(config_file, 'w'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment