Skip to content

Commit

Permalink
task_with_state.py: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 23, 2024
1 parent a57cfda commit c0032be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcoveweb2/process/common_tasks/task_with_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def process(self, process_data: dict) -> dict:

state, process_data_throw_away = self.process_get_state(process_data)

print("State:", state)

default_storage.save(
os.path.join(self.supplied_data.storage_dir(), self.state_filename),
ContentFile(json.dumps(state, indent=4)),
Expand Down

0 comments on commit c0032be

Please sign in to comment.