Skip to content
Snippets Groups Projects
Commit 6d3ae522 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

misc: init client-qt SortFilterProxyModel submodule

Change-Id: I445c697a679f00a0640fa4c51114e88b31ebca6e
parent 2d4f7bb6
No related branches found
No related tags found
No related merge requests found
...@@ -405,6 +405,9 @@ def run_init(): ...@@ -405,6 +405,9 @@ def run_init():
execute_script(['./scripts/format.sh --install %(path)s'], execute_script(['./scripts/format.sh --install %(path)s'],
{"path": hooks_dir}) {"path": hooks_dir})
subprocess.run(["git", "submodule", "update", "--recursive", "--init"],
check=True, cwd='client-qt')
def copy_file(src, dest): def copy_file(src, dest):
print("Copying:" + src + " to " + dest) print("Copying:" + src + " to " + dest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment