sidphbot commited on
Commit
b187484
1 Parent(s): b84de86

Update src/Surveyor.py

Browse files
Files changed (1) hide show
  1. src/Surveyor.py +0 -1
src/Surveyor.py CHANGED
@@ -1470,7 +1470,6 @@ class Surveyor:
1470
  self.survey_print_fn("\n-citation-network: ")
1471
  self.survey_print_fn(cites)
1472
 
1473
- shutil.copytree('arxiv_data/', survey_dump_dir + '/arxiv_data/')
1474
  for d in [survey_pdf_dir, survey_txt_dir, survey_img_dir, survey_tab_dir]:
1475
  shutil.copytree(Path(d).stem, survey_dump_dir + f'/{Path(d).stem}/')
1476
  assert (os.path.exists(survey_file))
1470
  self.survey_print_fn("\n-citation-network: ")
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))