Return after loading bugreport module

This commit is contained in:
Donncha Ó Cearbhaill
2024-10-28 11:19:45 +01:00
parent 355850bd5c
commit 2bb613fe09
+1
View File
@@ -96,6 +96,7 @@ class CmdAndroidCheckAndroidQF(Command):
if not bugreport_archive:
return
module.from_zip(bugreport_archive, bugreport_archive.namelist())
return
if self.format == "zip":
module.from_zip_file(self.archive, self.files)