Spaces:
Running
Running
Update app.py
Browse files
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 |
|