Commit fe61e872 authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent be63f89c
...@@ -360,7 +360,7 @@ class SubProject(models.Model): ...@@ -360,7 +360,7 @@ class SubProject(models.Model):
tree = gitrepo.tree() tree = gitrepo.tree()
# Glob files # Glob files
for f in self.get_mask_matches(): for filename in self.get_mask_matches():
yield ( yield (
self.get_lang_code(filename), self.get_lang_code(filename),
filename, filename,
......
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