We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf07e1 commit d2ce56aCopy full SHA for d2ce56a
ui/arduino2/store.js
@@ -13,7 +13,7 @@ const microPythonFShelpers = `
13
import os
14
os.chdir('/')
15
def is_directory(path):
16
- return True if stat(path)[0] == 0x4000 else False
+ return True if os.stat(path)[0] == 0x4000 else False
17
18
def file_tree_generator(folder_path, depth=0):
19
try:
0 commit comments