mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
comment typo
This commit is contained in:
parent
81c8e1c57b
commit
6db1476dac
@ -244,7 +244,7 @@ def run(reactor, config, runApp=twistd.runApp):
|
||||
"--rundir", basedir,
|
||||
]
|
||||
if sys.platform != "win32":
|
||||
# turn off Twisted's pid-file to use our own -- but only on
|
||||
# turn off Twisted's pid-file to use our own -- but not on
|
||||
# windows, because twistd doesn't know about pidfiles there
|
||||
twistd_args.extend(["--pidfile", None])
|
||||
twistd_args.extend(config.twistd_args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user