introspective-instance-monitor:Calling none in maps in Python 3
Bug #1844295 reported by
长孙弘奕
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
masakari-monitors |
New
|
Undecided
|
Unassigned |
Bug Description
in masakari-
code
```
for row in map(None, *[iter(running)] * columns):
```
can not work with python3.
It return
```
TypeError: 'NoneType' object is not callable
```
To post a comment you must log in.