Update tools/export/__init__.py

Co-Authored-By: kegilbert <K.Gilbert.CH@gmail.com>
pull/9817/head
Jimmy Brisson 2019-02-25 13:57:20 -06:00 committed by GitHub
parent 056b88ad0e
commit c0fbe95d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
if linker_script is not None:
resources.linker_script = linker_script
if toolchain.config.app_config_data['artifact_name'] is not None:
if toolchain.config.name is not None:
name = toolchain.config.app_config_data['artifact_name']
files, exporter = generate_project_files(resources, export_path,