Skip to content

Commit

Permalink
minor changes [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed Apr 30, 2017
1 parent bde2a2a commit daf469f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ulauncher/search/Search.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def on_query_change(self, query):
Iterate over all search modes and run first enabled.
AppSearchMode is always enabled
"""
logger.warning('query changed to "%s"' % query)
logger.info('query changed to "%s"' % query)
for mode in self.search_modes:
mode.on_query_change(query)

Expand Down
3 changes: 3 additions & 0 deletions ulauncher/util/image_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
@lru_cache(maxsize=50)
def load_image(path, size):
"""
:param str path:
:param int size:
:rtype: :class:`GtkPixbuf` or :code:`None`
:returns: None if :func:`new_from_file_at_size` raises error
"""
Expand Down

0 comments on commit daf469f

Please sign in to comment.