X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=i18n.py;h=51d236dc631d36d5a36b3d0f29d8667db17a6b46;hb=8171bad80c5a95374b26a852d1cf4704bc2cf43b;hp=807aedda6b6d92444df48dabe63498a2cef1e4d4;hpb=a00ebbc68438e84076c65e99d0e70403afb4407d;p=dcpomatic.git diff --git a/i18n.py b/i18n.py index 807aedda6..51d236dc6 100644 --- a/i18n.py +++ b/i18n.py @@ -8,7 +8,7 @@ def command(c): def pot(dir, sources, name): s = "" - for f in sources.split('\n'): + for f in sources.split(): t = f.strip() if len(t) > 0: s += (os.path.join(dir, t)) + " "