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.
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)

0 commit comments

Comments
 (0)