mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps/code] Fix script importation status
Scenario: Execute the script parabola.py, open the variable box, select any leaf, enter, open the variable box again -> no variables are loaded anymore
This commit is contained in:
@@ -13,7 +13,6 @@ namespace MicroPython {
|
||||
class ScriptProvider {
|
||||
public:
|
||||
virtual const char * contentOfScript(const char * name, bool markAsFetched) = 0;
|
||||
virtual void clearFetchInformation() = 0;
|
||||
};
|
||||
|
||||
class ExecutionEnvironment {
|
||||
|
||||
Reference in New Issue
Block a user