Skip to content

Commit

Permalink
[fix] fix argument bugs check_api_label_cn.py (PaddlePaddle#6246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooo-create authored Oct 23, 2023
1 parent e27c69d commit f061e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/check_api_label_cn.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def parse_args():
parser.add_argument(
'all_git_files',
type=str,
nargs='+',
nargs='*',
help='files need to check',
)
args = parser.parse_args()
Expand Down

0 comments on commit f061e1e

Please sign in to comment.