Skip to content

Commit 9f6992a

Browse files
author
Alexander Smishlajev
committed
force the [trackers] section in config...
...even if no trackers specified on the command line
1 parent 8ee892e commit 9f6992a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roundup/scripts/roundup_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
"""Command-line script that runs a server over roundup.cgi.client.
1919
20-
$Id: roundup_server.py,v 1.74 2004-11-22 07:11:30 a1s Exp $
20+
$Id: roundup_server.py,v 1.74.2.1 2004-12-22 06:38:08 a1s Exp $
2121
"""
2222
__docformat__ = 'restructuredtext'
2323

@@ -359,6 +359,7 @@ class ServerConfig(configuration.Config):
359359

360360
def __init__(self, config_file=None):
361361
configuration.Config.__init__(self, config_file, self.SETTINGS)
362+
self.sections.append("trackers")
362363

363364
def _adjust_options(self, config):
364365
"""Add options for tracker homes"""

0 commit comments

Comments
 (0)