Few other fixes

This commit is contained in:
Aang23 2021-02-23 19:18:31 +01:00
parent cb5d73f977
commit 2856f9df13
5 changed files with 11 additions and 7 deletions

View file

@ -60,7 +60,7 @@ int main(int argc, char *argv[])
registerModules();
loadPipelines("../pipelines.json");
loadPipelines("pipelines.json");
logger->debug("Registered pipelines :");
for (Pipeline &pipeline : pipelines)