Improved dry run [skip ci]

This commit is contained in:
Nikhil Badyal
2023-07-14 14:45:18 +05:30
parent 875a90457f
commit a0617da9a8
+2
View File
@@ -144,6 +144,8 @@ class Patches(object):
self.config = config
self.check_java()
self.fetch_patches()
if self.config.dry_run:
self.config.apps = list(self._revanced_app_ids.values())
def get(self, app: str) -> Tuple[List[Dict[str, str]], str]:
"""Get all patches for the given app.