chiark / gitweb /
scanner: rename variables, use os.path.relpath
authorMarcus Hoffmann <bubuiic@aol.com>
Mon, 11 Sep 2017 14:46:54 +0000 (16:46 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Mon, 11 Sep 2017 14:49:39 +0000 (16:49 +0200)
commit5d9eb9b295eebff1336c9f4e1611c31bd30bb0b5
treea9ded02dacd104b5070b0b6980fb62eeb6e8ee06
parent1ee3f9aad5ffc2f9864d9b3a164197fea632de09
scanner: rename variables, use os.path.relpath

* rename fd -> path_in_build_dir
* rename fp -> filepath
* use os.path.reldir instead of string manipulation
fdroidserver/scanner.py