Commit 44ef6560 authored by Michal Čihař's avatar Michal Čihař

Fix typo

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