Missing test file, hide version and name parameters

pull/14/head
Piero Toffanin 2017-05-17 19:11:33 -04:00
rodzic 7eee2e687e
commit 2a9591347b
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -43,7 +43,7 @@ module.exports = {
if (["-h", "--project-path", "--cmvs-maxImages", "--time",
"--zip-results", "--pmvs-num-cores",
"--start-with", "--gcp", "--end-with", "--images",
"--slam-config", "--video"].indexOf(option) !== -1) continue;
"--slam-config", "--video", "--version", "--name"].indexOf(option) !== -1) continue;
let values = json[option];