Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

type hint in analyzer_manager is wrong #752

Closed
shchen-idmod opened this issue Apr 1, 2020 · 1 comment
Closed

type hint in analyzer_manager is wrong #752

shchen-idmod opened this issue Apr 1, 2020 · 1 comment
Labels
Analyzers bug Something isn't working
Milestone

Comments

@shchen-idmod
Copy link
Collaborator

for ids and exclude_ids should be str instead of UUID.
and ids type should be List[Tuple[str, ItemType]] instead of Tuple[UUID, ItemType]
exclude_ids should be list of string instead of list of UUID

  def __init__(self, platform: IPlatform, configuration: dict = None, ids: List[Tuple[str, ItemType]] = None, analyzers: List[IAnalyzer] = None, working_dir: str = os.getcwd(),
                partial_analyze_ok: bool = False, max_items: Optional[int] = None, verbose: bool = True, force_manager_working_directory: bool = False,
                exclude_ids: List[str] = None, analyze_failed_items: bool = False):
@shchen-idmod shchen-idmod added bug Something isn't working Analyzers labels Apr 1, 2020
@shchen-idmod
Copy link
Collaborator Author

Fixed.

@devclinton devclinton added this to the Sprint 1 milestone May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Analyzers bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants