Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
temp: debug completion_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Sep 29, 2023
1 parent ec2b9ba commit 15358bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_sink_clickhouse/sinks/course_published.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def serialize_xblock(
"block_type": block_type,
"detached": 1 if block_type in detached_xblock_types else 0,
"graded": 1 if getattr(item, "graded", False) else 0,
"completion_mode": item.completion_mode, # getattr(item, "completion_mode", "unknown")
"completion_mode": getattr(item, "completion_mode", ""),
}

# Core table data, if things change here it's a big deal.
Expand Down

0 comments on commit 15358bd

Please sign in to comment.