Skip to content

Commit b4e2c9d

Browse files
cid-chanFichteFoll
andcommitted
[PATCH 5 / ?] Fix: Wrong method name.
It was 2AM, ok? Co-authored-by: FichteFoll <fichtefoll2@googlemail.com>
1 parent d9b2cb8 commit b4e2c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vspreview/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def reload_script(self) -> None:
617617
vs.clear_outputs()
618618
self.graphics_scene.clear()
619619
self.outputs.clear()
620-
policy.reload()
620+
policy.reload_core()
621621

622622
# make sure old filter graph is freed
623623
gc.collect()

0 commit comments

Comments
 (0)