Kaydet (Commit) 05175da8 authored tarafından Philipp Riemer's avatar Philipp Riemer

fix error in bin/find-german-comments

Change-Id: Ice848243654b1bc8923ba65fe87c61e8087c0d8a
üst 0f13f675
......@@ -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([])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment