Commit 2cf8b306 authored by Michal Čihař's avatar Michal Čihař

Fix indentation

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 697174d6
...@@ -903,7 +903,7 @@ class PoFormat(FileFormat): ...@@ -903,7 +903,7 @@ class PoFormat(FileFormat):
def merge_header(self, otherstore): def merge_header(self, otherstore):
"""Tries to merge headers""" """Tries to merge headers"""
if (not hasattr(self.store, 'updateheader') or if (not hasattr(self.store, 'updateheader') or
not hasattr(otherstore.store, 'parseheader')): not hasattr(otherstore.store, 'parseheader')):
return return
values = otherstore.store.parseheader() values = otherstore.store.parseheader()
skip_list = ( skip_list = (
......
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