Skip to content

--history_to_use doesn't work with integer values #21

@dw-sun

Description

@dw-sun

When i use the integer(for example 100) as value for for --history_to_use, error happens.

File "C:\Users\hello\Repo\eiten\argchecker.py", line 8, in __init__
    self.check_arguments(args)
  File "C:\Users\hello\Repo\eiten\argchecker.py", line 20, in check_arguments
    assert not(args.history_to_use != "all" and int(args.history_to_use_int) <
AttributeError: 'Namespace' object has no attribute 'history_to_use_int'

args.history_to_use_int should be the reason, there isn't history_to_use_int argument parameter

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions