We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59686a9 commit 1d3a408Copy full SHA for 1d3a408
vspreview/cores.py
@@ -14,7 +14,7 @@ def reload_core(self):
14
new_environment = self._api.create_environment()
15
old_environment = self._current_environment
16
self._current_environment = new_environment
17
- self._api.destroy_environment(old)
+ self._api.destroy_environment(old_environment)
18
19
def on_policy_registered(self, special_api: EnvironmentPolicyAPI):
20
self._current_environment = special_api.create_environment()
0 commit comments