We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c460237 commit 25f9231Copy full SHA for 25f9231
1 file changed
pythonforandroid/bootstraps/sdl2/build/build.py
@@ -449,6 +449,9 @@ def parse_args(args=None):
449
if args.meta_data is None:
450
args.meta_data = []
451
452
+ if args.services is None:
453
+ args.services = []
454
+
455
if args.blacklist:
456
with open(args.blacklist) as fd:
457
patterns = [x.strip() for x in fd.read().splitlines()
0 commit comments