Skip to content

Commit

Permalink
Apparently commit 689950c by @martinpopel caused issue #73. This shou…
Browse files Browse the repository at this point in the history
…ld hopefully fix it.
  • Loading branch information
dan-zeman committed Jan 2, 2021
1 parent c00f954 commit 29d05c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Treex/Core/CacheBlock.pm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sub process_document {
if ( ! $cached_document ) {
if ( ! $self->_loaded() ) {
$self->block->process_start();
$block->_set_is_started(1);
$self->block->_set_is_started(1);
$self->_set_loaded(1);
}
log_info("CACHE: calling process_document " . $self->block->get_block_name());
Expand Down

1 comment on commit 29d05c9

@martinpopel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Thanks.

Please sign in to comment.