We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3faf827 commit cf1611fCopy full SHA for cf1611f
1 file changed
pythonforandroid/tools/biglink
@@ -38,7 +38,7 @@ while args:
38
continue
39
if a not in unique_args:
40
unique_args.insert(0, a)
41
-
+unique_args = [x for x in unique_args if x]
42
43
print('Biglink create %s library' % sys.argv[1])
44
print('Biglink arguments:')
0 commit comments