From 34717fe88a2fc662e028c11b74c46d947e6419cf Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 18 Aug 2020 22:33:51 +0200 Subject: [PATCH] fix typoes --- fdroidserver/update.py | 2 +- tests/build.TestCase | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fdroidserver/update.py b/fdroidserver/update.py index eec7c2df..1ddbd8e8 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -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 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 TODO: read the added dates directly from known_apks.txt instead of diff --git a/tests/build.TestCase b/tests/build.TestCase index 95863ac6..25655229 100755 --- a/tests/build.TestCase +++ b/tests/build.TestCase @@ -244,7 +244,6 @@ class BuildTest(unittest.TestCase): self.assertEqual(0, count, "Shouldn't error on jar from extlib") - if __name__ == "__main__": os.chdir(os.path.dirname(__file__))