Skip to content

Commit 22674a6

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

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
@@ -276,7 +276,7 @@ def export_project(src_paths, export_path, target, ide, libraries_paths=None,
276276
if linker_script is not None:
277277
resources.linker_script = linker_script
278278

279-
if toolchain.config.name is not None:
279+
if toolchain.config.name:
280280
name = toolchain.config.name
281281

282282
files, exporter = generate_project_files(resources, export_path,

0 commit comments

Comments
 (0)