forked from platformio/platformio-core
Do not save unnecessary data for PIO Home
This commit is contained in:
@ -157,6 +157,9 @@ class State(object):
|
||||
self.modified = True
|
||||
return self._storage.update(*args, **kwargs)
|
||||
|
||||
def clear(self):
|
||||
return self._storage.clear()
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self._storage[key]
|
||||
|
||||
|
Reference in New Issue
Block a user