chiark / gitweb /
common: check file existence before opening manifest
authorMarcus Hoffmann <bubuiic@aol.com>
Tue, 24 Oct 2017 13:19:38 +0000 (15:19 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Tue, 24 Oct 2017 13:19:38 +0000 (15:19 +0200)
commite307cdec596fe3b90423e9ce79d5aa72fe5d1eca
treec8c862b2ae96bf14fcf1299be07777b4ba45fb0d
parent95c5b0840ce796a07a1163ad563af54dcf412658
common: check file existence before opening manifest

This fixes a problem when there is a broken symlink with the name
AndroidManifest.xml which will then lead to a crash when trying to open
it for trying to remove the debuggable flag.
fdroidserver/common.py