Skip to content
Snippets Groups Projects
Commit 58a3ae07 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[settings] Set PLOTTERS_ROOT properly

parent f5fbdb37
No related branches found
No related tags found
1 merge request!194Scheduler
Pipeline #
......@@ -49,6 +49,7 @@ LOGGING['loggers']['beat.core']['handlers'] = ['discard']
PREFIX = os.path.realpath('./test_prefix')
ALGORITHMS_ROOT = os.path.join(PREFIX, 'algorithms')
PLOTTERS_ROOT = os.path.join(PREFIX, 'plotters')
LIBRARIES_ROOT = os.path.join(PREFIX, 'libraries')
DATABASES_ROOT = os.path.join(PREFIX, 'databases')
DATAFORMATS_ROOT = os.path.join(PREFIX, 'dataformats')
......
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