python file now works
parent
a71df8b7de
commit
50dd245ecb
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.5)
|
||||||
include(cmake/color.cmake)
|
include(cmake/color.cmake)
|
||||||
|
|
||||||
set(BLT_VERSION 0.13.9)
|
set(BLT_VERSION 0.13.10)
|
||||||
set(BLT_TEST_VERSION 0.0.1)
|
set(BLT_TEST_VERSION 0.0.1)
|
||||||
|
|
||||||
set(BLT_TARGET BLT)
|
set(BLT_TARGET BLT)
|
||||||
|
|
|
@ -71,4 +71,4 @@ elif type.startswith('p') or type.startswith('P') or len(type) == 0:
|
||||||
#subprocess.call("./py_commit_helper.sh")
|
#subprocess.call("./py_commit_helper.sh")
|
||||||
subprocess.call(["git", "add", "*"])
|
subprocess.call(["git", "add", "*"])
|
||||||
subprocess.call(["git", "commit"])
|
subprocess.call(["git", "commit"])
|
||||||
subprocess.call(["sh -c 'git remote | xargs -L1 git push --all'"])
|
subprocess.call("sh -c 'git remote | xargs -L1 git push --all'")
|
||||||
|
|
Loading…
Reference in New Issue