Update comment

This commit is contained in:
Shinichi Hemmi
2023-08-19 17:00:14 +09:00
parent dae5f8f6e7
commit 98c8545124
+1 -1
View File
@@ -127,7 +127,7 @@ def register_artifact_route(
return {"reason": "Cannot access to the artifacts."}
artifact_store.remove(artifact_id)
# The metadata of the artifact is stored in one of the following three locations:
# The artifact's metadata is stored in one of the following two locations:
storage.set_study_system_attr(
study_id, _artifact_prefix(trial_id) + artifact_id, json.dumps(None)
)