RKocielnik commited on
Commit
a2aa810
·
verified ·
1 Parent(s): 3965e6d

comment out forcing

Browse files
Files changed (1) hide show
  1. mgr_sentences.py +1 -1
mgr_sentences.py CHANGED
@@ -89,7 +89,7 @@ def get_sentence_csv(file_path: str):
89
  repo_id=DATASET_REPO_ID,
90
  filename=file_path,
91
  cache_dir=LOCAL_DATA_DIRNAME,
92
- force_filename=os.path.basename(file_path)
93
  )
94
  except Exception as e:
95
  # file not found
 
89
  repo_id=DATASET_REPO_ID,
90
  filename=file_path,
91
  cache_dir=LOCAL_DATA_DIRNAME,
92
+ #force_filename=os.path.basename(file_path)
93
  )
94
  except Exception as e:
95
  # file not found