-
Notifications
You must be signed in to change notification settings - Fork 447
fixing pep8 from master branch #680
base: master
Are you sure you want to change the base?
Conversation
@@ -230,13 +230,13 @@ def metadata(self): | |||
# TODO: get metadata from database | |||
# TODO: implement libratar/gravatar | |||
# return { | |||
# 'cover': 'foo', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, remove the comet lines
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed and created a new issue to dont lost these itens:
#681
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commit => d0a448b
quokka/core/content/utils.py
Outdated
@@ -10,9 +10,10 @@ def url_for_content(content, include_ext=True): | |||
else: | |||
data = content | |||
|
|||
category_slug_data = data.get('category_slug') | |||
category_data = slugify_category(data.get('category') or '') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See: data.get('category', '') maybe it's simpler
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done;
commit => marcosptf@9ab0245
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
every pr that i've worked, had problems with it, the idea this branch is just fix it from branch master;
pr enable to merge;
Att,
@marcosptf