Skip to content

Commit

Permalink
update auto_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kdongsu5509 committed May 8, 2024
1 parent 748d28b commit 2183e7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion autoCheck/auto_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def count_problem_source_code():
inner = innerfile[y]
code_list_in = os.listdir(f"./{directory}/{inner}")
for name in code_list_in:
if name != 'readOrNot.md':
if 'gitkeep' not in name:
code_list.append(name)

python_cnt = 0
Expand Down

0 comments on commit 2183e7d

Please sign in to comment.