Skip to content

Commit

Permalink
list() me as fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Jun 18, 2015
1 parent 81c6cfd commit c51d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/archive.py
Expand Up @@ -144,7 +144,7 @@ def gen_tasks(self):
# if we are creating one single archive, or full archives
archdata[None] = self.site.posts # for create_single_archive

years = [_ for _ in archdata.keys()]
years = list(archdata.keys())
years.sort() # Issue #1833
for year in years:
posts = archdata[year]
Expand Down

0 comments on commit c51d8c3

Please sign in to comment.