Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Sep 14, 2023
1 parent eac2af5 commit b2f06f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bbot/scanner/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,14 +474,14 @@ async def load_modules(self):
3. Load internal modules and updates the `modules` dictionary.
4. Load output modules and updates the `modules` dictionary.
5. Sorts modules based on their `_priority` attribute.
If any modules fail to load or their dependencies fail to install, a ScanError will be raised (unless `self.force_start` is set to True).
Attributes:
succeeded, failed (tuple): A tuple containing lists of modules that succeeded or failed during the dependency installation.
loaded_modules, loaded_internal_modules, loaded_output_modules (dict): Dictionaries of successfully loaded modules.
failed, failed_internal, failed_output (list): Lists of module names that failed to load.
Raises:
ScanError: If any module dependencies fail to install or modules fail to load, and if self.force_start is False.
Expand Down

0 comments on commit b2f06f0

Please sign in to comment.