FreeBSD Bugzilla – Attachment 199471 Details for
Bug 233427
www/google-sitemapgen: local variable referenced before assignment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch
patch-sitemap__gen.py (text/plain), 417 bytes, created by
Vladyslav Movchan
on 2018-11-23 06:47:42 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Vladyslav Movchan
Created:
2018-11-23 06:47:42 UTC
Size:
417 bytes
patch
obsolete
>--- sitemap_gen.py.orig 2007-07-19 03:33:30 UTC >+++ sitemap_gen.py >@@ -1799,7 +1799,7 @@ class Sitemap(xml.sax.handler.ContentHandler): > if self._sitemap_type == 'news': > sitemap_index_header = NEWS_SITEMAP_HEADER > else: >- sitemap__index_header = GENERAL_SITEMAP_HEADER >+ sitemap_index_header = GENERAL_SITEMAP_HEADER > > # Make a lastmod time > lastmod = TimestampISO8601(time.time())
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 233427
: 199471