We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d491b9 commit bd975deCopy full SHA for bd975de
1 file changed
pythonforandroid/bootstraps/webview/build/build.py
@@ -456,6 +456,9 @@ def parse_args(args=None):
456
args = ap.parse_args(args)
457
args.ignore_path = []
458
459
+ if args.name and args.name[0] == '"' and args.name[-1] == '"':
460
+ args.name = args.name[1:-1]
461
+
462
if args.billing_pubkey:
463
print('Billing not yet supported in sdl2 bootstrap!')
464
exit(1)
0 commit comments