sidphbot commited on
Commit
56c991e
1 Parent(s): 71830cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def run_survey(surveyor, download_placeholder, research_keywords=None, arxiv_ids
28
  d.mkdir(exist_ok=True, parents=True)
29
  print(survey_root)
30
  print(dir_args)
31
- dir_args = {k: str(v.resolve()) for k, v in dir_args.items()}
32
  zip_file_name, survey_file_name = surveyor.survey(research_keywords,
33
  arxiv_ids,
34
  max_search=max_search,
 
28
  d.mkdir(exist_ok=True, parents=True)
29
  print(survey_root)
30
  print(dir_args)
31
+ dir_args = {k: f'{str(v.resolve())}/' for k, v in dir_args.items()}
32
  zip_file_name, survey_file_name = surveyor.survey(research_keywords,
33
  arxiv_ids,
34
  max_search=max_search,