Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment put_inspection : --jsonで渡したファイルの検査コメントが一部読み込まれない問題の修正 #1270

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

yuji38kwmt
Copy link
Collaborator

No description provided.

@yuji38kwmt yuji38kwmt changed the title 不具合修正 comment put_inspection : --jsonで渡したファイルの検査コメントが一部読み込まれない問題の修正 Sep 19, 2024
Comment on lines -291 to -294
return {
task_id: {input_data_id: [func_convert(e) for e in comments]}
for task_id, comments_for_task in dict_comments.items()
for input_data_id, comments in comments_for_task.items()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1個のタスクに複数の入力デーがある場合、末尾の入力データの検査コメントしか読み込まれなかった。

@yuji38kwmt yuji38kwmt enabled auto-merge (squash) September 19, 2024 03:28
@yuji38kwmt yuji38kwmt merged commit 878d7fb into main Sep 19, 2024
7 checks passed
@yuji38kwmt yuji38kwmt deleted the bugfix-comment branch September 19, 2024 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant