Commit 926b6f86 authored by Michal Čihař's avatar Michal Čihař

Add some more logging to update process

parent 73b63710
......@@ -1035,8 +1035,14 @@ class SubProject(models.Model):
# Process linked repos
for sp in self.get_linked_childs():
logger.info(
'updating linked project %s',
sp
)
sp.create_translations(force, langs, request=request)
logger.info('updating completed')
def get_lang_code(self, path):
'''
Parses language code from path.
......
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