kurusugawa-computer / kurusugawa-computer/annofab-cli

`task create`のログが分かりにくい

Open Beginner friendly
#1,748 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
8
Forks
0
Avg merge
51m
Merged PRs (30d)
12

Description

WARNING  : 2026-09-11 10:46:30,376 : annofabcli.task.create_tasks   : タスク'foo'はすでに存在するので、タスクの作成をスキップします。
INFO     : 2026-09-11 10:46:30,376 : annofabcli.task.create_tasks   : 1 / 1 件のタスク作成が完了しました。
INFO     : 2026-09-11 10:46:30,376 : annofabcli.task.create_tasks   : 0 / 1 件のタスクを登録しました。
2026-09-11 10:46:30.575 | INFO     | __main__:main:200 - 登録処理が完了しました。 :: 成功 1 件, 失敗 0 件

勘違いしてしまいそう。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the task-create logging in annofabcli.task.create_tasks and the final summary at main:main:200. Reproduce the existing-task case shown in the report, then make the task counts and success message unambiguous and consistent with the skipped task; verify the resulting CLI logs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.