fix error in bin/find-german-comments
Change-Id: Ice848243654b1bc8923ba65fe87c61e8087c0d8a
This commit is contained in:
@@ -192,7 +192,7 @@ class Parser:
|
||||
|
||||
elif not self.options.filenames_only:
|
||||
for linenum, s in self.get_comments(path):
|
||||
if self.is_german(s) and self.options.line_numbers:
|
||||
if self.is_german(s):
|
||||
print "%s:%s: %s" % (path, linenum, s)
|
||||
else:
|
||||
fnames = set([])
|
||||
|
Reference in New Issue
Block a user