Merge pull request #34828 from ClickHouse/team-keys-lambda

Comment output header for team keys
This commit is contained in:
Mikhail f. Shiryaev 2022-02-23 10:53:28 +01:00 committed by GitHub
commit af19c5c56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,4 +105,4 @@ if __name__ == "__main__":
args = parser.parse_args()
keys = main(args.token, args.organization, args.team)
print(f"Just shoing off the keys:\n{keys}")
print(f"# Just shoing off the keys:\n{keys}")