Skip to content

sparse submit error: TypeError: pre_submit() takes 3 positional arguments but 4 were given #401

@litang99

Description

@litang99

Using sparse submit to submit a topology to storm running on the localhost. There is full error message:
Traceback (most recent call last):
File "/usr/bin/sparse", line 11, in
sys.exit(main())
File "/usr/lib/python3.4/site-packages/streamparse/cli/sparse.py", line 79, in main
args.func(args)
File "/usr/lib/python3.4/site-packages/streamparse/cli/submit.py", line 281, i n main
timeout=args.timeout)
File "/usr/lib/python3.4/site-packages/streamparse/cli/submit.py", line 165, i n submit_topology
_pre_submit_hooks(override_name, env_name, env_config, options)
File "/usr/lib/python3.4/site-packages/streamparse/cli/submit.py", line 100, i n _pre_submit_hooks
pre_submit_fabric(topology_name, env_name, env_config, options)
TypeError: pre_submit() takes 3 positional arguments but 4 were given

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions