mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-12 08:30:20 +00:00
bugfix/build_docs_add_warning_check: Added null value check for warnings
This commit is contained in:
@@ -95,6 +95,8 @@ def main():
|
||||
targets = [args.target]
|
||||
|
||||
if args.action == "build" or args.action is None:
|
||||
if args.action is None:
|
||||
args.check_warnings_only = False
|
||||
sys.exit(action_build(args))
|
||||
|
||||
if args.action == "linkcheck":
|
||||
|
||||
Reference in New Issue
Block a user