Commit 1e796a6c authored by Michal Čihař's avatar Michal Čihař

Fixed list joining

parent 190c1b50
......@@ -1113,7 +1113,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
if self._all_flags is None:
self._all_flags = (
self.check_flags.split(',')
+ self.file_format_cls.check_flags
+ list(self.file_format_cls.check_flags)
)
return self._all_flags
......
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