Closed sweep-ai[bot] closed 10 months ago
This is an automated message generated by Sweep AI.
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` ```
✨ Created Pull Request: https://github.com/ashishb/adb-enhanced/pull/229
Description
This pull request includes the following changes:
list_system_apps
function in the adbe/adb_enhanced.py file to return the list of packages instead of printing them._run_cmd_or_fail
function in the release.py file to raise an exception if the command execution fails.main
function in the release.py file to remove the check for Python 2 support and to always execute the release publishing logic.Summary
list_system_apps
function to return packages instead of printing them in the adbe/adb_enhanced.py file._run_cmd_or_fail
function to raise an exception if command execution fails in the release.py file.main
function to remove Python 2 support check and always execute release publishing logic in the release.py file.