diff options
author | Tausif Rahman <tausif.rahman@mongodb.com> | 2023-01-25 21:03:49 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-01-25 22:23:35 +0000 |
commit | ac4c03edb44baf1a267e5e00fc1f44d2e9f8644c (patch) | |
tree | b6f409341e17f3cda81825d8ae99ad99fab2d14c /SConstruct | |
parent | 5491e98dbf687f68c0683ab8368a2c2acb22e6d9 (diff) | |
download | mongo-ac4c03edb44baf1a267e5e00fc1f44d2e9f8644c.tar.gz |
SERVER-73261 Use the latest mongo-ninja-python & mongo-tooling-metrics
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 66bc4a7fe94..52e4d8ebd6d 100644 --- a/SConstruct +++ b/SConstruct @@ -1612,7 +1612,6 @@ try: env_vars=env_vars, env=env, parser=_parser, - args=sys.argv, ) except ExternalHostException as _: pass |