Skip to content

Commit f9b1bbe

Browse files
authored
Update functions.py
1 parent c200129 commit f9b1bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def delete(self, tidyPath):
2626
return True
2727
else:
2828
return False
29-
def createDirectory(self, tidyPath):
29+
def createFolder(self, tidyPath):
3030
if not self.exists(tidyPath):
3131
os.mkdir(tidyPath)
3232
return True

0 commit comments

Comments
 (0)