Skip to content

Commit

Permalink
suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Jul 29, 2024
1 parent 9f0040e commit 0bd5eb5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ def process(self):
"""Process the creation of the editorial package."""
current_timeline = lib.get_current_timeline()

if not current_timeline:
raise RuntimeError("Make sure to have an active current timeline.")

timeline_media_pool_item = lib.get_timeline_media_pool_item(
current_timeline
)
Expand Down

0 comments on commit 0bd5eb5

Please sign in to comment.