git-remote-sso.py 309 B

12345678910
  1. #!/usr/bin/env python3
  2. # Copyright 2024 The Chromium Authors. All rights reserved.
  3. # Use of this source code is governed by a BSD-style license that can be
  4. # found in the LICENSE file.
  5. import os
  6. import sys
  7. print("SSO Failure Message!!!", file=sys.stderr)
  8. os.close(1) # signal that we've written all config