Fix own mistake searching python binary

This commit is contained in:
Campbell Barton 2015-06-02 15:42:03 +10:00
parent aa2bdcccfc
commit 660234bfba
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ bool BKE_appdir_program_python_search(
)
{
is_found = true;
break;
}
}
}