Skip to content

Commit

Permalink
Fix serialization of changelog entries
Browse files Browse the repository at this point in the history
Issue #1525

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Feb 18, 2019
1 parent f16d3fc commit bf892e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/formats/txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def save(self):
"""Save underlaying store to disk."""
for filename in self.get_filenames():
serializer = TextSerializer(
os.path.basename(filename), self.store.units
self.store.parsers[filename].filename, self.store.units
)
self.save_atomic(filename, serializer)

Expand Down

0 comments on commit bf892e2

Please sign in to comment.