eric6/MicroPython/MicroPythonFileManager.py

branch
micropython
changeset 7139
9bb36ec2d1b5
parent 7137
4ed2573947ff
child 7174
de8175253dfc
diff -r a2a53535d855 -r 9bb36ec2d1b5 eric6/MicroPython/MicroPythonFileManager.py
--- a/eric6/MicroPython/MicroPythonFileManager.py	Thu Aug 15 17:04:54 2019 +0200
+++ b/eric6/MicroPython/MicroPythonFileManager.py	Thu Aug 15 17:19:28 2019 +0200
@@ -225,8 +225,8 @@
                     destinationDict[name] = nstat
         else:
             try:
-                destinationFiles = self.__commandsInterface.lls(deviceDirectory,
-                                                                fullstat=True)
+                destinationFiles = self.__commandsInterface.lls(
+                    deviceDirectory, fullstat=True)
             except Exception as exc:
                 return [str(exc)]
             if destinationFiles is None:

eric ide

mercurial