Commit e7191a10 authored by Michal Čihař's avatar Michal Čihař

Missing operand

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent cfda612f
......@@ -83,7 +83,7 @@ class FileUnit(object):
# Do not try to handle relative locations in Qt TS, see
# http://qt-project.org/doc/qt-4.8/linguist-ts-file-format.html
if (':+' in result or ':-' in result
' +' in result or ' -' in result
or ' +' in result or ' -' in result
or results.startswith('+') or results.startswith('-')):
return ''
return result
......
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