Skip to content

Commit b735d41

Browse files
committed
fix bug
1 parent e09d992 commit b735d41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

params.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ def load_params(args):
163163
if args.source_pr is not None:
164164
mysuite.repos["source"].pr_wanted = args.source_pr
165165

166-
# update Git submodules?
167-
if args.updateGitSubmodules is not None:
168-
mysuite.updateGitSubmodules = args.updateGitSubmodules
169-
170166
# now flesh out the compile strings -- they may refer to either themselves
171167
# or the source dir
172168
for r in mysuite.repos.keys():

0 commit comments

Comments
 (0)