Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
bug 640313, fixed potential key error
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed Apr 25, 2011
1 parent 32e300e commit a916725
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/search/views.py
Expand Up @@ -35,6 +35,8 @@ def get_plotbands():
to = int(time.time())
versions = product_details.firefox_history_development_releases
for version in FIREFOX.beta_versions:
if version not in versions:
continue
frm = unixtime(versions[version])
plotband = dict(color=color.next(),
to=to,
Expand Down

0 comments on commit a916725

Please sign in to comment.