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
|
import os
|
||||||
from glob import glob
|
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 = glob('*.md')
|
||||||
md_files_no_ext = []
|
md_files_no_ext = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue