forked from espressif/esp-idf
ci: set app_list to empty list when not None
This commit is contained in:
@@ -78,7 +78,7 @@ class IdfPytestEmbedded:
|
||||
|
||||
self.apps_list = (
|
||||
[os.path.join(idf_relpath(app.app_dir), app.build_dir) for app in apps if app.build_status == BuildStatus.SUCCESS]
|
||||
if apps
|
||||
if apps is not None
|
||||
else None
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user