350016z commited on
Commit
b5f571a
·
verified ·
1 Parent(s): 6b14098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ def download_dataset_file(dataset_id, local_dir):
34
  print("Checking file: ", file_name)
35
  if file_name.endswith(".csv"):
36
  print("Found CSV file: ", file_name)
37
- source_file = os.path.join(snapshot_path, file_name)
38
  local_file_path = os.path.join(local_dir, file_name)
39
  shutil.move(source_file, local_file_path)
40
 
 
34
  print("Checking file: ", file_name)
35
  if file_name.endswith(".csv"):
36
  print("Found CSV file: ", file_name)
 
37
  local_file_path = os.path.join(local_dir, file_name)
38
  shutil.move(source_file, local_file_path)
39