[iOS CLI] Remove non-existent SYSDIAGNOSE_MODULES reference

This commit is contained in:
Tyler Kellogg
2021-07-20 15:01:09 -07:00
committed by GitHub
parent 425d83e0a0
commit 967eb75e7c

View File

@@ -172,7 +172,7 @@ def check_fs(iocs, output, fast, dump_path, list_modules, module):
@click.argument("FOLDER", type=click.Path(exists=True))
def check_iocs(iocs, list_modules, module, folder):
all_modules = []
for entry in BACKUP_MODULES + FS_MODULES + SYSDIAGNOSE_MODULES:
for entry in BACKUP_MODULES + FS_MODULES:
if entry not in all_modules:
all_modules.append(entry)