8000 very hard climbing · wexi/python-for-android@becb99e · GitHub
[go: up one dir, main page]

Skip to content

Commit becb99e

Browse files
committed
very hard climbing
1 parent 7fc3101 commit becb99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/toolchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ def add_parser(subparsers, *args, **kwargs):
469469

470470

471471
args, unknown = parser.parse_known_args(sys.argv[1:])
472-
if args.package:
473-
unknown.append('--package=' + args.package)
472+
if args.appId:
473+
unknown.append('--package=' + args.appId)
474474
args.unknown_args = unknown
475475
self.args = args
476476

0 commit comments

Comments
 (0)
0