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 0410aac commit 401e179Copy full SHA for 401e179
roundup/scripts/roundup_server.py
@@ -451,7 +451,7 @@ def inner_run_cgi(self):
451
env[h] = self.headers.get(h, None)
452
# if header is MISSING
453
if env[h] is None:
454
- del(env[h])
+ del (env[h])
455
env['SCRIPT_NAME'] = ''
456
env['SERVER_NAME'] = self.server.server_name
457
env['SERVER_PORT'] = str(self.server.server_port)
0 commit comments