Update to un-comment cd
This commit is contained in:
parent
05105f13c7
commit
7eac43144e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from glob import glob
|
||||
|
||||
#os.chdir('/big-stuff/files/websites/personal-site/html')
|
||||
os.chdir('/big-stuff/files/websites/personal-site/html')
|
||||
md_files = glob('*.md')
|
||||
md_files_no_ext = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue