Skip to content

Commit d251332

Browse files
committed
roundup_server: Code cleanup - move favicon object into its section
1 parent 2553cb2 commit d251332

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roundup/scripts/roundup_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ def inner_run_cgi(self):
279279
'''
280280
rest = self.path
281281

282-
# file-like object for the favicon.ico file information
283-
favicon_fileobj = None
284-
285282
if rest == '/favicon.ico':
283+
# file-like object for the favicon.ico file information
284+
favicon_fileobj = None
285+
286286
# check to see if a custom favicon was specified, and set
287287
# favicon_fileobj to the input file
288288
if self.CONFIG is not None:

0 commit comments

Comments
 (0)