[apps/code] Storage extensions do not include the dot

This commit is contained in:
Léa Saviot
2018-10-16 09:44:59 +02:00
committed by Émilie Feral
parent 4dc54bb83b
commit b0e29bb9d7
3 changed files with 30 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ namespace Code {
class ScriptStore : public MicroPython::ScriptProvider {
public:
static constexpr char k_scriptExtension[] = ".py";
static constexpr char k_scriptExtension[] = "py";
static constexpr char k_defaultScriptName[] = "script.py";
static constexpr int k_maxNumberOfScripts = 8;