Skip to content

Commit

Permalink
state change
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartSchmidtKern committed Oct 11, 2024
1 parent 6985fd0 commit dc6748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/transfer/cognition/minio_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def handle_cognition_file_upload(path_parts: List[str]):
or file_reference.state == enums.FileCachingState.COMPLETED.value
):
return
file_reference.status = enums.FileCachingState.RUNNING.value
file_reference.state = enums.FileCachingState.COMPLETED.value
general.commit()

prio = (
Expand Down

0 comments on commit dc6748f

Please sign in to comment.