Skip to content
Snippets Groups Projects
Commit 79d91730 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Clarify a comment.

Gbp-Dch: ignore
parent 85e9acd2
No related branches found
No related tags found
No related merge requests found
......@@ -100,9 +100,9 @@ class ApkContainer(Archive):
for filename in files:
abspath = os.path.join(root, filename)
# apktool.yml is a file created by apktool and containing
# metadata information. Rename it to clarify and always make it
# appear at the beginning of the directory listing for
# apktool.yml is a file created by apktool which contains
# metadata information. We eename it for clarity and always
# make it appear at the beginning of the directory listing for
# reproducibility.
if filename == "apktool.yml":
abspath = filter_apk_metadata(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment