And another place I forgot to adapt to the new sd file list format
This commit is contained in:
parent
1b9523f700
commit
ec508f5224
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ class Printer():
|
|||
self._streamingFinishedCallback = streamingFinishedCallback
|
||||
|
||||
self.refreshSdFiles(blocking=True)
|
||||
existingSdFiles = self._comm.getSdFiles()
|
||||
existingSdFiles = map(lambda x: x[0], self._comm.getSdFiles())
|
||||
|
||||
remoteName = util.getDosFilename(filename, existingSdFiles)
|
||||
self._comm.startFileTransfer(absolutePath, filename, remoteName)
|
||||
|
|
|
|||
Loading…
Reference in a new issue