Skip to content

Commit c0302e4

Browse files
author
Alexander Smishlajev
committed
reset global MESSAGES dictionary for each make
1 parent d2d1a72 commit c0302e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roundup/msgfmt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ def generate():
100100
def make(filename, outfile):
101101
ID = 1
102102
STR = 2
103+
global MESSAGES
104+
MESSAGES = {}
103105

104106
# Compute .mo name from .po name and arguments
105107
if filename.endswith('.po'):

0 commit comments

Comments
 (0)