Fix something Incremental missed

This commit is contained in:
Amber H. Brown 2019-07-28 19:17:29 +10:00
parent 04d865d8cc
commit f2ff3f9692
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ def makeService(config):
# Deprecate --notracebacks/-n
if config["notracebacks"]:
msg = deprecate._getDeprecationWarningString(
"--notracebacks", incremental.Version('Twisted', "NEXT", 0, 0))
"--notracebacks", incremental.Version('Twisted', 19, 7, 0))
warnings.warn(msg, category=DeprecationWarning, stacklevel=2)
if config['personal']: