mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
fix typoes
This commit is contained in:
parent
059ebd4bc9
commit
34717fe88a
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue