kurusugawa-computer / kurusugawa-computer/annofab-cli
annofabcli comment create_inspection: 座標値の小数を受け取って整数に変換するようにする
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 0
- Avg merge
- 51m
- Merged PRs (30d)
- 12
Description
現状
画像に対する座標値で小数を指定すると、WebAPIの制限でエラーが発生する。
しかし整数に変換して登録したいケースがおおいので、小数も許容する。
対応方法
小数を受け取っても整数に変換して登録できるようにする
対象コマンド
comment配下の座標値を指定するコマンドtask rejectなど、検査コメントを座標値で指定する可能性があるコマンド
補足
- 画像プロジェクトに対して座標値(ピクセル値)を指定する場合ののみの想定です。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.