sidphbot commited on
Commit
3083c98
1 Parent(s): b187484

Update src/Surveyor.py

Browse files
Files changed (1) hide show
  1. src/Surveyor.py +1 -1
src/Surveyor.py CHANGED
@@ -1471,7 +1471,7 @@ class Surveyor:
1471
  self.survey_print_fn(cites)
1472
 
1473
  for d in [survey_pdf_dir, survey_txt_dir, survey_img_dir, survey_tab_dir]:
1474
- shutil.copytree(Path(d).stem, survey_dump_dir + f'/{Path(d).stem}/')
1475
  assert (os.path.exists(survey_file))
1476
 
1477
  zip_name = 'arxiv_dumps_'+query.replace(' ', '_')+'.zip'
1471
  self.survey_print_fn(cites)
1472
 
1473
  for d in [survey_pdf_dir, survey_txt_dir, survey_img_dir, survey_tab_dir]:
1474
+ shutil.copytree(str(d), survey_dump_dir + f'/{Path(d).stem}/')
1475
  assert (os.path.exists(survey_file))
1476
 
1477
  zip_name = 'arxiv_dumps_'+query.replace(' ', '_')+'.zip'