Skip to content

Commit

Permalink
"--annofab_pat"を追加 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt authored Sep 30, 2024
1 parent b309d01 commit 14073a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions annoworkcli/annofab/visualize_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ def visualize_statistics(temp_dir: Path, args): # noqa: ANN001, ANN201
if args.annofab_password is not None:
command.extend(["--annofab_password", str(args.annofab_password)])

if args.annofab_pat is not None:
command.extend(["--annofab_pat", str(args.annofab_pat)])

if args.annofabcli_options is not None:
command.extend(args.annofabcli_options)

Expand Down

0 comments on commit 14073a2

Please sign in to comment.