Skip to content

Commit f061e1e

Browse files
authored
[fix] fix argument bugs check_api_label_cn.py (#6246)
1 parent e27c69d commit f061e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/check_api_label_cn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def parse_args():
126126
parser.add_argument(
127127
'all_git_files',
128128
type=str,
129-
nargs='+',
129+
nargs='*',
130130
help='files need to check',
131131
)
132132
args = parser.parse_args()

0 commit comments

Comments
 (0)