We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c200129 commit f9b1bbeCopy full SHA for f9b1bbe
python/functions.py
@@ -26,7 +26,7 @@ def delete(self, tidyPath):
26
return True
27
else:
28
return False
29
- def createDirectory(self, tidyPath):
+ def createFolder(self, tidyPath):
30
if not self.exists(tidyPath):
31
os.mkdir(tidyPath)
32
0 commit comments