Skip to content

Commit

Permalink
Misc comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
streino committed Sep 7, 2024
1 parent 437b074 commit 6e147b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecospheres_migrator/geonetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class WorkflowState:
# - Status is reported in `metadata.mdStatus` (= APPROVED).
# - Updating an approved record creates a working copy containing the update.
# - WORKING_COPY:
# - Working copy status must be queried from `/records/{uuid}/status (since
# `metadata.mdStatus` reports the record status, which stays APPROVED).
# - Working copy status must be queried from `/records/{uuid}/status`, since
# `metadata.mdStatus` always reports the record status.
# - Updating a record with a working copy MUST update the working copy.
stage: WorkflowStage
status: WorkflowStatus # working copy status in WORKING_COPY stage, otherwise record status
Expand Down

0 comments on commit 6e147b4

Please sign in to comment.