350016z commited on
Commit
2dc2a6b
·
verified ·
1 Parent(s): f60033e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def download_dataset_file(dataset_id, local_dir):
31
  snapshot_path = os.path.join(base_path, "snapshots", snapshot_id)
32
  print(f"snapshot_path: {snapshot_path}")
33
 
34
- contents = os.listdir(source_file)
35
  print("Contents of snapshot path:")
36
  print(contents)
37
  print("---------------------------\n")
 
31
  snapshot_path = os.path.join(base_path, "snapshots", snapshot_id)
32
  print(f"snapshot_path: {snapshot_path}")
33
 
34
+ contents = os.listdir(snapshot_path)
35
  print("Contents of snapshot path:")
36
  print(contents)
37
  print("---------------------------\n")