mirror of https://github.com/ARMmbed/mbed-os.git
Fixing missing import for os.path.exists
parent
c19dd19f9c
commit
ba5ab753b1
|
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
"""
|
||||
import re
|
||||
from os import remove
|
||||
from os.path import join, splitext
|
||||
from os.path import join, splitext, exists
|
||||
|
||||
from tools.toolchains import mbedToolchain, TOOLCHAIN_PATHS
|
||||
from tools.hooks import hook_tool
|
||||
|
|
|
|||
Loading…
Reference in New Issue