fix typoes

This commit is contained in:
Marcus Hoffmann 2020-08-18 22:33:51 +02:00
parent 059ebd4bc9
commit 34717fe88a
2 changed files with 1 additions and 2 deletions

View File

@ -2164,7 +2164,7 @@ def read_added_date_from_all_apks(apps, apks):
""" """
Added dates come from the stats/known_apks.txt file but are Added dates come from the stats/known_apks.txt file but are
read when scanning apks and thus need to be applied form apk read when scanning apks and thus need to be applied form apk
level to app level for _all_ apps and not only form non-archived level to app level for _all_ apps and not only from non-archived
ones ones
TODO: read the added dates directly from known_apks.txt instead of TODO: read the added dates directly from known_apks.txt instead of

View File

@ -244,7 +244,6 @@ class BuildTest(unittest.TestCase):
self.assertEqual(0, count, "Shouldn't error on jar from extlib") self.assertEqual(0, count, "Shouldn't error on jar from extlib")
if __name__ == "__main__": if __name__ == "__main__":
os.chdir(os.path.dirname(__file__)) os.chdir(os.path.dirname(__file__))