upgrade wakatime-cli to v10.4.2

This commit is contained in:
Alan Hamlett 2018-11-19 23:13:05 -08:00
parent 656853504f
commit 7886edcb7a
3 changed files with 4 additions and 4 deletions

View file

@ -131,5 +131,5 @@ class DependencyParser(object):
if self.parser:
plugin = self.parser(self.source_file, lexer=self.lexer)
dependencies = plugin.parse()
return list(set(dependencies))
return list(filter(bool, set(dependencies)))
return []