Skip to content

argparse code probably outdated #16

@SteveClement

Description

@SteveClement

After installing all the required deps it fails on a namespace error.

(venv) misp@misp-test:~/code/BGP-Ranking$ bgpranking
Traceback (most recent call last):
  File "/home/misp/code/BGP-Ranking/venv/bin/bgpranking", line 7, in <module>
    exec(compile(f.read(), __file__, 'exec'))
  File "/home/misp/code/BGP-Ranking/client/bin/bgpranking", line 43, in <module>
    if args.which == 'simple':
AttributeError: 'Namespace' object has no attribute 'which'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions