Skip to content

Commit da3eb5d

Browse files
Update tools/export/__init__.py
Co-Authored-By: kegilbert <[email protected]>
1 parent c0fbe95 commit da3eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
277277
resources.linker_script = linker_script
278278

279279
if toolchain.config.name is not None:
280-
name = toolchain.config.app_config_data['artifact_name']
280+
name = toolchain.config.name
281281

282282
files, exporter = generate_project_files(resources, export_path,
283283
target, name, toolchain, ide,

0 commit comments

Comments
 (0)