Fix style error (need space after # in comment)

This commit is contained in:
Donncha Ó Cearbhaill
2023-08-02 19:57:26 +02:00
parent 355480414f
commit 2069e2b760

View File

@@ -79,7 +79,7 @@ class Applications(IOSExtraction):
result["matched_indicator"] = ioc
self.detected.append(result)
continue
#Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension"
# Some apps installed from apple store with sourceApp "com.apple.AppStore.ProductPageExtension"
if result.get("sourceApp", "com.apple.AppStore") not in [
"com.apple.AppStore",
"com.apple.AppStore.ProductPageExtension",