Skip to content

Commit 85ff98b

Browse files
author
JonasT
authored
Indentation fix (flake 8 error)
1 parent 3109322 commit 85ff98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/reportlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def prebuild_arch(self, arch):
1919
# Remove it, since this is problematic in .apks unless the
2020
# entire app is GPL:
2121
font_dir = os.path.join(recipe_dir,
22-
"src", "reportlab", "fonts")
22+
"src", "reportlab", "fonts")
2323
if os.path.exists(font_dir):
2424
for l in os.listdir(font_dir):
2525
if l.lower().startswith('darkgarden'):

0 commit comments

Comments
 (0)