Skip to content
Snippets Groups Projects
Verified Commit c1381f1d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

:bug: The “onlyclearglobals” option was not actually clearing global variables

The driver was calling “clear” before “global”, hence clearing local and not
global variables (unless “global” had already been called at scope).

Rather use “clearvars -global”.
parent 1e68b2fc
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment