diff --git a/tools/gn_args.py b/tools/gn_args.py index 64ebdfadc..f61937018 100644 --- a/tools/gn_args.py +++ b/tools/gn_args.py @@ -107,7 +107,7 @@ def NameValueListToDict(name_value_list): try: token_value = int(token_value) except ValueError: - sys.exc_clear() + pass # Set the variable to the supplied value. result[tokens[0]] = token_value else: