Skip to content

Commit d215e4f

Browse files
authored
Merge pull request #3307 from theotherjimmy/import-sys-in-config
Add sys import to config
2 parents f843d49 + 27f7aee commit d215e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
from copy import deepcopy
1919
import os
20+
import sys
2021
# Implementation of mbed configuration mechanism
2122
from tools.utils import json_file_to_dict
2223
from tools.targets import CUMULATIVE_ATTRIBUTES, TARGET_MAP, \

0 commit comments

Comments
 (0)