Skip to content

Commit

Permalink
fix: [AXM-749] Rebase and resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
KyryloKireiev committed Jun 20, 2024
1 parent d7ae5be commit c4b669a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/features/offline_mode/storage_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def generate_offline_content(self):
self.create_zip_file(tmp_dir, base_path, f'{self.xblock.location.block_id}.zip')
except Http404:
log.error(
f'Block {xblock.location.block_id} cannot be fetched from course'
f' {xblock.location.course_key} during offline content generation.'
f'Block {self.xblock.location.block_id} cannot be fetched from course'
f' {self.xblock.location.course_key} during offline content generation.'
)
finally:
shutil.rmtree(tmp_dir, ignore_errors=True)
Expand Down

0 comments on commit c4b669a

Please sign in to comment.