Skip first argument [skip ci]
This commit is contained in:
parent
97b22d3cec
commit
1fc0d17b63
1 changed files with 0 additions and 2 deletions
|
|
@ -30,8 +30,6 @@ if not os.path.isfile(os.path.join(PROJECT_FOLDER, "build.py")):
|
|||
sys.exit(-1)
|
||||
|
||||
BUILD_ARGUMENTS = " ".join(sys.argv[2:])
|
||||
print(BUILD_ARGUMENTS)
|
||||
exit(0)
|
||||
|
||||
os.chdir(PROJECT_FOLDER)
|
||||
if subprocess.call("python build.py %s" % BUILD_ARGUMENTS) != 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue