We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97e829 commit ccde77bCopy full SHA for ccde77b
mesa/cookiecutter-mesa/hooks/post_gen_project.py
@@ -1,7 +1,7 @@
1
import glob
2
import os
3
4
-file_list = glob.glob('**/*.pytemplate', recursive=True)
+file_list = glob.glob("**/*.pytemplate", recursive=True)
5
6
for file_path in file_list:
7
# Check if the file is a regular file
0 commit comments