Skip to content

Commit f2ff3f9

Browse files
committed
Fix something Incremental missed
1 parent 04d865d commit f2ff3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/twisted/web/tap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def makeService(config):
305305
# Deprecate --notracebacks/-n
306306
if config["notracebacks"]:
307307
msg = deprecate._getDeprecationWarningString(
308-
"--notracebacks", incremental.Version('Twisted', "NEXT", 0, 0))
308+
"--notracebacks", incremental.Version('Twisted', 19, 7, 0))
309309
warnings.warn(msg, category=DeprecationWarning, stacklevel=2)
310310

311311
if config['personal']:

0 commit comments

Comments
 (0)