We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6389e3e + 9585fe4 commit 7d51150Copy full SHA for 7d51150
.idea/vcs.xml
rearrange-files/rearrange-files.py
@@ -9,8 +9,6 @@
9
class RearrangeFile(object):
10
def __init__(self):
11
self.folder_path = os.getcwd()
12
-
13
- def all_files(self):
14
self.list_of_all_files = os.listdir(self.folder_path)
15
16
def make_folder_and_return_name(self, foldername):
@@ -38,5 +36,4 @@ def check_folder_existance(self):
38
36
39
37
if __name__ == "__main__":
40
re = RearrangeFile()
41
- re.all_files()
42
re.check_folder_existance()
0 commit comments