Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error ocurred when listing posts withouth date metadata #145

Closed
zerasul opened this issue May 3, 2020 · 0 comments
Closed

Error ocurred when listing posts withouth date metadata #145

zerasul opened this issue May 3, 2020 · 0 comments
Labels
bug Something isn't working do it now!
Projects

Comments

@zerasul
Copy link
Owner

zerasul commented May 3, 2020

File "e:\blask\blask\Blask\blaskapp.py", line 124, in _gettag
postlist = self.blogrenderer.list_posts([tag])
File "e:\blask\blask\Blask\blogrenderer.py", line 124, in list_posts
entries = list(sorted(entries, key=lambda t: t.date, reverse=True))
TypeError: '<' not supported between instances of 'datetime.datetime' and 'NoneType'

@zerasul zerasul added bug Something isn't working do it now! labels May 3, 2020
@zerasul zerasul added this to In progress in Blask 0.2.1 May 3, 2020
@zerasul zerasul mentioned this issue May 3, 2020
@zerasul zerasul closed this as completed in e8f74cd May 3, 2020
@zerasul zerasul moved this from In progress to Done in Blask 0.2.1 May 3, 2020
@zerasul zerasul mentioned this issue Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working do it now!
Projects
No open projects
Blask 0.2.1
  
Done
Development

No branches or pull requests

1 participant