Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ def __init__(
self.add_custom_pack = add_custom_pack
self.add_all_marketplace_packs = add_all_marketplace_packs
self.insecure = insecure
self.file_path = file_path
if file_path:
self.file_path = file_path
else:
self.file_path = XSOAR_CONFIG_FILE_JSON
self.client = None

def update(self) -> int:
Expand Down