mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
update the build_apps.py, now it can recognize build
and preserve
keys
This commit is contained in:
@@ -392,9 +392,3 @@ def setup_logging(args):
|
||||
stream=args.log_file or sys.stderr,
|
||||
level=log_level,
|
||||
)
|
||||
|
||||
|
||||
def safe_exit_if_file_is_empty(file_name):
|
||||
if os.stat(file_name).st_size == 0:
|
||||
logging.warning('Skipping all...')
|
||||
sys.exit(0)
|
||||
|
Reference in New Issue
Block a user