зеркало из https://github.com/mozilla/bugbug.git
Make bug_id a int argument
This commit is contained in:
Родитель
6087e2df07
Коммит
6a92004a6e
|
@ -26,7 +26,7 @@ def parse_args(args):
|
|||
help="Similarity algorithm to use",
|
||||
choices=similarity.model_name_to_class.keys(),
|
||||
)
|
||||
parser.add_argument("bug_id", help="Bug to test")
|
||||
parser.add_argument("bug_id", help="Bug to test", type=int)
|
||||
return parser.parse_args(args)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче