From bd1254a6e9d4a53587a61979168ac682a5208b7d Mon Sep 17 00:00:00 2001 From: edgarriba Date: Fri, 4 Dec 2015 14:15:42 +0000 Subject: [PATCH] fixed the BUG, now config inside opensfm dir Former-commit-id: 8a3568c4245a0d9f7b9c9b5bb2c0e25cf9ca7db9 --- scripts/opensfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opensfm.py b/scripts/opensfm.py index 9b286916..651c09b4 100644 --- a/scripts/opensfm.py +++ b/scripts/opensfm.py @@ -63,7 +63,7 @@ class ODMOpenSfMCell(ecto.Cell): ] # write config file - config_filename = io.join_paths(project_path, 'config.yaml') + config_filename = io.join_paths(opensfm_path, 'config.yaml') with open(config_filename, 'w') as fout: fout.write("\n".join(config))