Check for .fbx

This commit is contained in:
Roel Algaba Brizuela 2021-04-23 17:28:44 +02:00 committed by bernat
parent e0d63efc5f
commit dc85b48c11
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@ def build_binary_for_navigation(package_name, dirname, maps):
if os.path.exists(nav_path_source):
os.remove(nav_path_source)
if os.path.exists(fbx_path_target):
if os.path.exists(fbx_path_target):
os.remove(fbx_path_target)
os.remove(xodr_path_target)