From 6d3ae52226d6583b9cab25e049f767f5d95add63 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Wed, 14 Sep 2022 15:27:45 -0400 Subject: [PATCH] misc: init client-qt SortFilterProxyModel submodule Change-Id: I445c697a679f00a0640fa4c51114e88b31ebca6e --- build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.py b/build.py index 50f271b5..f2f14cb5 100755 --- a/build.py +++ b/build.py @@ -405,6 +405,9 @@ def run_init(): execute_script(['./scripts/format.sh --install %(path)s'], {"path": hooks_dir}) + subprocess.run(["git", "submodule", "update", "--recursive", "--init"], + check=True, cwd='client-qt') + def copy_file(src, dest): print("Copying:" + src + " to " + dest) -- GitLab