We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79971ad commit 56fa8fbCopy full SHA for 56fa8fb
roundup/scripts/roundup_server.py
@@ -17,7 +17,7 @@
17
18
"""Command-line script that runs a server over roundup.cgi.client.
19
20
-$Id: roundup_server.py,v 1.83 2006-04-27 04:59:37 richard Exp $
+$Id: roundup_server.py,v 1.84 2006-10-29 05:01:15 a1s Exp $
21
"""
22
__docformat__ = 'restructuredtext'
23
@@ -324,6 +324,7 @@ def setuid(user):
324
325
if os.getuid():
326
print _('WARNING: ignoring "-u" argument, not root')
327
+ return
328
329
try:
330
import pwd
0 commit comments