Skip to content

Commit 5ff39c8

Browse files
author
Richard Jones
committed
roundup-server -g option not recognised [SF#952310]
1 parent 66f92bc commit 5ff39c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Feature:
99

1010
2004-05-?? 0.7.2
1111
Fixed:
12-
- fixed anydbm sorting with None values (sf bug 952853)
12+
- anydbm sorting with None values (sf bug 952853)
13+
- roundup-server -g option not recognised (sf bug 952310)
1314

1415

1516
2004-05-10 0.7.1

roundup/scripts/roundup_server.py

Lines changed: 2 additions & 2 deletions
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.47 2004-05-10 00:38:38 richard Exp $
20+
$Id: roundup_server.py,v 1.48 2004-05-12 22:30:25 richard Exp $
2121
"""
2222
__docformat__ = 'restructuredtext'
2323

@@ -434,7 +434,7 @@ def run(port=PORT, success_message=None):
434434

435435
try:
436436
# handle the command-line args
437-
options = 'n:p:u:d:l:hNv'
437+
options = 'n:p:g:u:d:l:hNv'
438438
if RoundupService:
439439
options += 'c'
440440

0 commit comments

Comments
 (0)