changed deprecation to removal warning

pull/13495/head
Brian Coca 9 years ago
parent 61dc4a7e67
commit 64864829c4

@ -388,7 +388,7 @@ class Inventory(object):
end = -1
subscript = (int(start), int(end))
if sep == '-':
display.deprecated("Use [x:y] inclusive subscripts instead of [x-y]", version=2.0, removed=True)
display.warning("Use [x:y] inclusive subscripts instead of [x-y] which has been removed")
return (pattern, subscript)

Loading…
Cancel
Save