Commit 3809da08 authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

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