ppsingh commited on
Commit
f954296
1 Parent(s): b28156b

Update auditqa/doc_process.py

Browse files
Files changed (1) hide show
  1. auditqa/doc_process.py +1 -1
auditqa/doc_process.py CHANGED
@@ -30,7 +30,7 @@ def process_markdown():
30
  print(docs_processed[0])
31
 
32
  def process_pdf():
33
- files = glob.glob(path_to_data+"*.md")
34
  docs = []
35
  for file in files:
36
  try:
 
30
  print(docs_processed[0])
31
 
32
  def process_pdf():
33
+ files = glob.glob(path_to_data+"*.pdf")
34
  docs = []
35
  for file in files:
36
  try: