-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Python LangChanges to Python source codeChanges to Python source codeTestingSomething can be verifiedSomething can be verifiedbugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
PYL-E1102 - non-callable object is being called
To Reproduce
Steps to reproduce the behavior:
- read file ./multicast/main.py
- find line 479
- Check the docs about exception.args
- See error in code is clear
Expected behavior
this code should be:
- print(str(inerr.args()))
+ print(str(inerr.args))Logs (optional)
NONE
Additional context (optional)
linter
Metadata
Metadata
Assignees
Labels
Python LangChanges to Python source codeChanges to Python source codeTestingSomething can be verifiedSomething can be verifiedbugSomething isn't workingSomething isn't working