Implementing issue #422, also briefly discussed with @lonvia
This commit is contained in:
parent
680d3e7d92
commit
6fe931fe4c
@ -119,7 +119,7 @@ int main (int argc, char *argv[]) {
|
|||||||
ERR("The input data is broken. It is impossible to do any turns in this graph");
|
ERR("The input data is broken. It is impossible to do any turns in this graph");
|
||||||
|
|
||||||
|
|
||||||
if(!testDataFile( (argc > 4 ? argv[3] : "profile.lua") )) {
|
if(!testDataFile( (argc > 3 ? argv[3] : "profile.lua") )) {
|
||||||
ERR("Need profile.lua to apply traffic signal penalty");
|
ERR("Need profile.lua to apply traffic signal penalty");
|
||||||
}
|
}
|
||||||
/*** Setup Scripting Environment ***/
|
/*** Setup Scripting Environment ***/
|
||||||
|
Loading…
Reference in New Issue
Block a user