Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/SigmaHQ/pySigma
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Jan 12, 2024
2 parents 066d4bb + 87296a0 commit a8d5447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sigma/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def is_compatible(self) -> Optional[bool]:

def is_installed(self) -> bool:
try:
subprocess.check_call([sys.executable, "-m", "pip", "-q", "show", self.package])
subprocess.check_call([sys.executable, "-m", "pip", "-qqq", "show", self.package])
return True
except:
return False
Expand Down

0 comments on commit a8d5447

Please sign in to comment.