And also forgot to push one more file
Kids, never code while on a moving train with a flaky internet connection, you tend to miss important things...
This commit is contained in:
parent
4810aec10d
commit
8886b20c01
1 changed files with 3 additions and 0 deletions
|
|
@ -342,6 +342,9 @@ class GcodeManager:
|
|||
if os.path.exists(stlPath):
|
||||
os.remove(stlPath)
|
||||
|
||||
self.removeFileFromMetadata(filename)
|
||||
|
||||
def removeFileFromMetadata(self, filename):
|
||||
if filename in self._metadata.keys():
|
||||
del self._metadata[filename]
|
||||
self._metadataDirty = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue