We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8506864 commit c090020Copy full SHA for c090020
1 file changed
buildbot/update_authors.py
@@ -35,7 +35,7 @@ def git_tree_is_clean():
35
print_buildbot_info("Authors check tool")
36
37
if len(sys.argv) > 1:
38
- print("Updating authors for files: ", sys.argv[1:])
+ # print("Updating authors for files: ", sys.argv[1:])
39
file_list = sys.argv[1:]
40
else:
41
file_list = glob.glob(str(abs_src_dir) + "/**", recursive=True)
0 commit comments