Simplify
This commit is contained in:
parent
a2b927c5a4
commit
155c8f9fa8
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ import subprocess
|
|||
|
||||
f = open(sys.argv[1], 'wb')
|
||||
|
||||
components = sys.argv[2].split(' ')
|
||||
components = [i for i in components if i] # ignore extra whitespaces
|
||||
components = sys.argv[2].split() # splits on whitespace
|
||||
enable_static = sys.argv[3]
|
||||
llconfig = sys.argv[4]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue