8000 updated folder structure · sdcweb/python-scripts@4e54276 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e54276

Browse files
committed
updated folder structure
1 parent c3b10a3 commit 4e54276

39 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

10_find_files_recursively.py renamed to scripts/10_find_files_recursively.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# constants
55
PATH = './'
6-
PATTERN = '*.py'
6+
PATTERN = '*.md'
77

88

99
def get_file_names(filepath, pattern):
@@ -28,4 +28,4 @@ def output_files(list_of_files):
2828

2929

3030
if __name__ == '__main__':
31-
all_files = get_file_names(PATH, PATTERN)
31+
get_file_names(PATH, PATTERN)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
0