fixed the BUG, now config inside opensfm dir

Former-commit-id: 8a3568c424
pull/1161/head
edgarriba 2015-12-04 14:15:42 +00:00
rodzic e0b16df9c8
commit bd1254a6e9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ class ODMOpenSfMCell(ecto.Cell):
] ]
# write config file # 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: with open(config_filename, 'w') as fout:
fout.write("\n".join(config)) fout.write("\n".join(config))