chiark / gitweb /
do not crash if no versionCode is found while parsing
authorHans-Christoph Steiner <hans@eds.org>
Mon, 27 Feb 2017 12:38:59 +0000 (13:38 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 28 Feb 2017 11:08:04 +0000 (12:08 +0100)
commit507ed4a1704b0cb1fd6110d4c961770e843a6065
tree358ddbb7d7766341732d24ec70ea32e06c7c2279
parentd92ac1e8f6906ef40c08ade3753533e4bbc3a26f
do not crash if no versionCode is found while parsing

if vercode is None and max_vercode is None, then it gave None as an arg to
the regexp pattern in ignoresearch().

closes #261
fdroidserver/common.py