Skip to content

Commit ba5ab75

Browse files
committed
Fixing missing import for os.path.exists
1 parent c19dd19 commit ba5ab75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/iar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"""
1717
import re
1818
from os import remove
19-
from os.path import join, splitext
19+
from os.path import join, splitext, exists
2020

2121
from tools.toolchains import mbedToolchain, TOOLCHAIN_PATHS
2222
from tools.hooks import hook_tool

0 commit comments

Comments
 (0)