ppsingh commited on
Commit
91b4277
·
verified ·
1 Parent(s): 1de5e6e

Update auditqa/doc_process.py

Browse files
Files changed (1) hide show
  1. auditqa/doc_process.py +1 -0
auditqa/doc_process.py CHANGED
@@ -18,6 +18,7 @@ def process_markdown():
18
  files = glob.glob(path_to_data+"*.md")
19
  docs = []
20
  for file in files:
 
21
  try:
22
  loader = UnstructuredMarkdownLoader(file)
23
  data = loader.load()
 
18
  files = glob.glob(path_to_data+"*.md")
19
  docs = []
20
  for file in files:
21
+ print(file)
22
  try:
23
  loader = UnstructuredMarkdownLoader(file)
24
  data = loader.load()