Skip to content

Commit

Permalink
[PATCH 5 / ?] Fix: Wrong method name.
Browse files Browse the repository at this point in the history
It was 2AM, ok?

Co-authored-by: FichteFoll <[email protected]>
  • Loading branch information
cid-chan and FichteFoll committed Nov 24, 2021
1 parent d9b2cb8 commit b4e2c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vspreview/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def reload_script(self) -> None:
vs.clear_outputs()
self.graphics_scene.clear()
self.outputs.clear()
policy.reload()
policy.reload_core()

# make sure old filter graph is freed
gc.collect()
Expand Down

0 comments on commit b4e2c9d

Please sign in to comment.