instancer: log.warn is deprecated
This commit is contained in:
parent
d80779d71e
commit
882d09ca8e
@ -1054,7 +1054,7 @@ def axisValuesFromAxisLimits(stat, axisLimits):
|
|||||||
if dropAxisValueTable:
|
if dropAxisValueTable:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
log.warn("Unknown AxisValue table format (%s); ignored", axisValueFormat)
|
log.warning("Unknown AxisValue table format (%s); ignored", axisValueFormat)
|
||||||
newAxisValueTables.append(axisValueTable)
|
newAxisValueTables.append(axisValueTable)
|
||||||
return newAxisValueTables
|
return newAxisValueTables
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user