🎨 Patch any application

This commit is contained in:
Nikhil Badyal
2023-08-24 20:13:02 +05:30
parent 0544b64ae5
commit 7d0e83eed1
3 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ def main() -> None:
logger.info(app)
parser.patch_app(app)
except AppNotFound as e:
logger.info(f"Invalid app requested to build {e}")
logger.info(e)
except PatchesJsonLoadFailed:
logger.exception("Patches.json not found")
except PatchingFailed as e: